ffjavascript
Advanced tools
Comparing version 0.2.43 to 0.2.44
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.43", | ||
"version": "0.2.44", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -57,5 +57,3 @@ import {buildBls12381 as buildBls12381wasm} from "wasmcurves"; | ||
if (!singleThread) { | ||
globalThis.curve_bls12381 = curve; | ||
} | ||
globalThis.curve_bls12381 = curve; | ||
@@ -62,0 +60,0 @@ return curve; |
@@ -57,5 +57,3 @@ import wasmcurves from "wasmcurves"; | ||
if (!singleThread) { | ||
globalThis.curve_bn128 = curve; | ||
} | ||
globalThis.curve_bn128 = curve; | ||
@@ -62,0 +60,0 @@ return curve; |
Sorry, the diff of this file is not supported yet
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
441583
11928