bitagora-booth
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -23,3 +23,8 @@ 'use strict'; | ||
const certScript = _hash('sha256',_hash('sha256',payload)); | ||
//return Secp256k1PublicKey.verify(self, poll.approval, certScript, poll.certkey); | ||
// const signerContext = createContext('secp256k1'); | ||
// const certifier_pubkey = Secp256k1PublicKey.fromHex(poll.certkey) | ||
// result = signerContext.verify(poll.approval, Buffer.from(certScript), certifier_pubkey) | ||
// console.log("Verifyin poll signature with new algorithm"); | ||
// console.log(result); | ||
// return result; | ||
/* | ||
@@ -26,0 +31,0 @@ var pubPoint = EC.keyFromPublic(poll.certkey, 'hex').getPublic(); |
{ | ||
"name": "bitagora-booth", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "Bitagora booth", | ||
@@ -5,0 +5,0 @@ "main": "booth.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22120
665