BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
86 stars 146 forks source link

BG-8888: Move secp256k1 dependent functions from bitgojs #16

Closed tylerlevine closed 5 years ago

tylerlevine commented 5 years ago

There are a few functions in BitGoJS src/bitcoin.js which depend on secp256k1 for acceleration of elliptic curve operations. These are low-level functions which really belong in bitgo-utxo-lib.

Signed-off-by: Tyler Levine tyler@bitgo.com