Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wasmcurves

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmcurves - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "wasmcurves",
"version": "0.1.2",
"version": "0.1.3",
"description": "elliptic curves implementations in wasm",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -70,3 +70,3 @@ /*

if (pos & 0x7) throw new Error("Pointer must be aligned");
if (a.bitLength > this.n64*64) {
if (a.bitLength() > this.n64*64) {
return this.putInt(a.mod(this.q));

@@ -88,3 +88,3 @@ }

if (pos & 0x7) throw new Error("Pointer must be aligned");
if (a.bitLength > this.n64*64*2) {
if (a.bitLength() > this.n64*64*2) {
return this.putInt(a.mod(this.q));

@@ -91,0 +91,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc