ffjavascript
Advanced tools
Comparing version 0.2.28 to 0.2.29
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -18,3 +18,3 @@ | ||
if ( to === undefined ) to = this.byteLength; | ||
fr |= 0; | ||
if ( fr === undefined ) fr = 0; | ||
const len = to-fr; | ||
@@ -56,3 +56,3 @@ | ||
set(buff, offset) { | ||
offset |= 0; | ||
if (offset === undefined) offset = 0; | ||
@@ -59,0 +59,0 @@ const len = buff.byteLength; |
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
750326