ethereumjs / ethereumjs-lib

[DEPRECATED] A JavaScript library of core Ethereum functions
442 stars 102 forks source link

use elliptic instead of ecdsa #99

Closed wanderer closed 9 years ago

wanderer commented 9 years ago

Reason 1) its faster 2) it use BN.js which we are using everwhere else

wanderer commented 9 years ago

we need to be able to recover public key indutny/elliptic/issues/36