Merge pull request #189 from coinpunk/remove-untested-curves
Remove untested EC curves
This commit is contained in:
commit
6b55ab4d04
2 changed files with 10 additions and 133 deletions
test
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue