Comparing version 0.7.0 to 0.8.0
@@ -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 @@ ------------------ |
@@ -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", |
8607
+ Addedecurve@1.0.6(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
- Removedecurve@0.8.0(transitive)
Updatedecurve@^1.0.0