EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
288 stars 119 forks source link

Faster elliptic library #60

Open jafri opened 5 years ago

jafri commented 5 years ago

The following library compiled to WASM is 10x faster than the elliptic library currently used by eosjs-ecc: https://github.com/bitcoin-core/secp256k1?

Worth a look for the team