ecurve-names
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -0,1 +1,5 @@ | ||
0.2.0 / 2013-12-08 | ||
------------------ | ||
* updated to `bigi` dep | ||
0.1.1 / 2013-11-21 | ||
@@ -2,0 +6,0 @@ ------------------ |
@@ -9,7 +9,3 @@ !function(globals) { | ||
ECCurveFp = require('ecurve') | ||
try { //Node.js | ||
BigInteger = require('cryptocoin-bigint') | ||
} catch (e) { //Component | ||
BigInteger = require('bigint') | ||
} | ||
BigInteger = require('bigi') | ||
module.exports = getSECCurveByName | ||
@@ -16,0 +12,0 @@ } else { |
{ | ||
"name": "ecurve-names", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Elliptical Curve Cryptography Named Parameters", | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"dependencies": { | ||
"cryptocoin-bigint": "0.1.x", | ||
"ecurve": "0.1.x" | ||
"bigi": "0.2.x", | ||
"ecurve": "0.2.x" | ||
} | ||
} |
8480
167
+ Addedbigi@0.2.x
+ Addedbigi@0.2.0(transitive)
+ Addedecurve@0.2.0(transitive)
- Removedcryptocoin-bigint@0.1.x
- Removedcryptocoin-bigint@0.1.0(transitive)
- Removedecurve@0.1.0(transitive)
- Removedsafe-buffer@5.2.1(transitive)
Updatedecurve@0.2.x