circom_runtime
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -230,3 +230,3 @@ /* globals WebAssembly */ | ||
const minShort = self.Fr.neg(self.Fr.e("80000000")); | ||
const minShort = self.Fr.neg(self.Fr.e("80000000", 16)); | ||
const maxShort = self.Fr.e("7FFFFFFF", 16); | ||
@@ -242,3 +242,3 @@ | ||
a = Scalar.toNumber( self.Fr.sub(v, minShort)); | ||
a = v - 0x80000000; | ||
a = a - 0x80000000; | ||
a = 0x100000000 + a; | ||
@@ -245,0 +245,0 @@ } |
{ | ||
"name": "circom_runtime", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Circom runtime", | ||
@@ -5,0 +5,0 @@ "main": "index.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
2973281