Skip to content

Commit

Permalink
Merge pull request #19 from dcousens/curves
Browse files Browse the repository at this point in the history
Fix #18
  • Loading branch information
dcousens committed Jun 20, 2014
2 parents 62fcf10 + 26e6dc9 commit 4206701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/names.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
var BigInteger = require('bn.js')
var BigInteger = require('bigi')

var curves = require('./curves')
var Curve = require('./curve')
var Point = require('./point')

function getCurveByName(name) {
var curve = curves[name]
Expand Down

0 comments on commit 4206701

Please sign in to comment.