upgrade bigi & remove monkey patching

This commit is contained in:
Wei Lu 2014-05-03 10:04:54 +08:00
parent 39516d5532
commit af1f121fd4
13 changed files with 12 additions and 95 deletions

View file

@ -2,7 +2,7 @@
// Ported loosely from BouncyCastle's Java EC code
// Only Fp curves implemented for now
var BigInteger = require('./bigi')
var BigInteger = require('bigi')
function ECFieldElementFp(q,x) {
this.x = x;