upgrade bigi & remove monkey patching
This commit is contained in:
parent
39516d5532
commit
af1f121fd4
13 changed files with 12 additions and 95 deletions
src
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue