ffjavascript
Advanced tools
Comparing version 0.2.40 to 0.2.41
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.40", | ||
"version": "0.2.41", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -30,4 +30,8 @@ import wasmcurves from "wasmcurves"; | ||
if (!singleThread) { | ||
globalThis.curve_bls12381 = curve; | ||
} | ||
return curve; | ||
} | ||
import * as Scalar from "./scalar.js"; | ||
import {default as buildBn128} from "./bn128.js"; | ||
import {default as buildBls12381} from "./bn128.js"; | ||
import {default as buildBls12381} from "./bls12381.js"; | ||
@@ -5,0 +5,0 @@ const bls12381r = Scalar.e("73eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000001", 16); |
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
436311
11825