Merge pull request from coinpunk/remove-untested-curves

Remove untested EC curves
This commit is contained in:
Kyle Drake 2014-06-06 14:58:12 -07:00
commit 6b55ab4d04
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()