bitpay / bitcore-mnemonic

BIP39 Mnemonics implemented for Bitcore
http://bitcore.io
MIT License
155 stars 212 forks source link

Remove SJCL #1

Closed yemel closed 9 years ago

yemel commented 9 years ago

pbkdf2_sha512 is the only required function from SJCL. Implement it on bitcore and remove the dependency.