Socket
Socket
Sign inDemoInstall

elliptic

Package Overview
Dependencies
7
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.4 to 6.5.5

7

lib/elliptic/utils.js

@@ -17,3 +17,6 @@ 'use strict';

var naf = new Array(Math.max(num.bitLength(), bits) + 1);
naf.fill(0);
var i;
for (i = 0; i < naf.length; i += 1) {
naf[i] = 0;
}

@@ -23,3 +26,3 @@ var ws = 1 << (w + 1);

for (var i = 0; i < naf.length; i++) {
for (i = 0; i < naf.length; i++) {
var z;

@@ -26,0 +29,0 @@ var mod = k.andln(ws - 1);

{
"name": "elliptic",
"version": "6.5.4",
"version": "6.5.5",
"description": "EC cryptography",

@@ -5,0 +5,0 @@ "main": "lib/elliptic.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc