ffjavascript
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -21,3 +21,3 @@ /* global window, navigator, Blob, Worker, WebAssembly */ | ||
const MEM_SIZE = 4096; // Memory size in 64K Pakes (256Mb) | ||
const MEM_SIZE = 8192; // Memory size in 64K Pakes (512Mb) | ||
@@ -24,0 +24,0 @@ |
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