Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "snarkjs", | ||
"type": "module", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "zkSNARKs implementation in JavaScript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -75,4 +75,5 @@ /* | ||
if (logger) logger.info("Plonk constraints: " + plonkConstraints.length); | ||
if (cirPower > power) { | ||
if (logger) logger.error(`circuit too big for this power of tau ceremony. ${plonkConstraints.length}*2 > 2**${power}`); | ||
if (logger) logger.error(`circuit too big for this power of tau ceremony. ${plonkConstraints.length} > 2**${power}`); | ||
return -1; | ||
@@ -79,0 +80,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
44498036
25286