ecurve: upgrade to 0.9.0
This commit is contained in:
parent
cfe5436394
commit
f42993297c
6 changed files with 19 additions and 19 deletions
test
|
@ -12,7 +12,7 @@ var fixtures = require('./fixtures/hdnode.json')
|
|||
describe('HDNode', function() {
|
||||
describe('Constructor', function() {
|
||||
var d = BigInteger.ONE
|
||||
var Q = curve.params.G.multiply(d)
|
||||
var Q = curve.G.multiply(d)
|
||||
var chainCode = new Buffer(32)
|
||||
chainCode.fill(1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue