sec: remove untested alt curves not used by bitcoin

This commit is contained in:
Kyle Drake 2014-05-24 14:13:30 +10:00
parent c962d0c9b7
commit 33e5883be1
2 changed files with 10 additions and 133 deletions
test

View file

@ -65,7 +65,7 @@ describe('ec', function() {
})
})
it('supports other curves', function() {
it('supports secp256r1', function() {
var f = fixtures.valid.ECPointFp[1]
var ecparams2 = sec('secp256r1')
var curve = ecparams2.getCurve()