ffjavascript
Advanced tools
Comparing version 0.2.52 to 0.2.53
{ | ||
"name": "ffjavascript", | ||
"type": "module", | ||
"version": "0.2.52", | ||
"version": "0.2.53", | ||
"description": "Finite Field Library in Javascript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
@@ -78,3 +78,3 @@ /* | ||
if (n.legth==0) return F.one; | ||
if (n.length==0) return F.one; | ||
@@ -81,0 +81,0 @@ let res = base; |
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
450500