Commit Graph

5 Commits

Author SHA1 Message Date
Ryan X. Charles ba59d97a73 make things work in the browser by fixing sha512
...had to use jsSHA package to do SHA512 in the browser. Unfortunately it is
quite slow compared to node.
2014-03-22 16:16:58 -07:00
Ryan X. Charles 22b57feb7b Get test vector 1 working in node 2014-03-22 16:16:22 -07:00
Ryan X. Charles c5c0ecc918 significant progress towards bitcore compatibility
Cryptography updated to use bitcore methods rather than bitcoinjs.
2014-03-22 16:14:48 -07:00
Ryan X. Charles 31a024a20b bring formatting in line with bitcore standards 2014-03-22 14:28:10 -07:00
Ryan X. Charles a6b98ee716 unworking, direct copy of BIP 32 implementation
This BIP 32, or HD wallet implementation is directly copied from this repo:

https://github.com/sarchar/brainwallet.github.com/tree/bip32

It does not actually work with this commit, since it is designed to work with
bitcoin-js in the browser. It needs to be modified to work with bitcore in node
and the browser.
2014-03-14 16:52:48 -04:00