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

simple-js-ecdsa

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-js-ecdsa - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

4

package.json
{
"name": "simple-js-ecdsa",
"version": "1.6.2",
"version": "1.6.3",
"description": "easy and light weight ecdsa implementation",

@@ -30,3 +30,3 @@ "main": "./src/index.js",

"bs58": "^4.0.1",
"simple-js-ec-math": "^1.4.0",
"simple-js-ec-math": "^1.5.0",
"simple-js-secp256k1": "github:Azero123/simple-js-secp256k1#master",

@@ -33,0 +33,0 @@ "simple-js-sha2-256": "^1.0.2"

@@ -55,4 +55,3 @@ const bigInt = require('big-integer')

if (compressed) {
const y2 = secp256k1.modSet.add(secp256k1.modSet.power(x, 3), secp256k1.b)
y = secp256k1.modSet.squareRoots(y2)[mode === '03' ? 1 : 0]
y = secp256k1.xToY(x, mode === '03')
}

@@ -59,0 +58,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