Socket
Socket
Sign inDemoInstall

eckey

Package Overview
Dependencies
3
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.8.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.8.0 / 2014-09-29
------------------
- updated `"ecurve": "^0.8.0"` to `"ecurve": "^1.0.0"`
0.7.0 / 2014-06-11

@@ -2,0 +6,0 @@ ------------------

2

lib/eckey.js

@@ -90,3 +90,3 @@ var crypto = require('crypto')

if (!this._publicPoint) {
this._publicPoint = ecparams.params.G.multiply(this.keyBigInteger)
this._publicPoint = ecparams.G.multiply(this.keyBigInteger)
}

@@ -93,0 +93,0 @@ return this._publicPoint

{
"name": "eckey",
"version": "0.7.0",
"version": "0.8.0",
"description": "Handle private key and public keys associated with elliptic curve cryptography. Used with crypto currencies such as Bitcoin, Litecoin, Dogecoin, etc. Works in both Node.js and the browser.",

@@ -19,3 +19,3 @@ "keywords": [

"secure-random": "^1.0.0",
"mochify": "^0.9.3",
"mochify": "^1.1.3",
"coveralls": "^2.10.0",

@@ -25,3 +25,3 @@ "mocha-lcov-reporter": "0.0.1",

"string": "^1.8.1",
"crypto-browserify": "^2.1.8"
"crypto-browserify": "^3.2.5"
},

@@ -34,8 +34,5 @@ "repository": {

"dependencies": {
"ecurve": "^0.8.0",
"ecurve": "^1.0.0",
"bigi": "^1.1.0"
},
"browser": {
"crypto": "crypto-browserify"
},
"scripts": {

@@ -42,0 +39,0 @@ "test": "mocha --ui bdd",

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