Manuel Araoz
c8239c8655
remove unused dep
10 years ago
Manuel Araoz
c06c81e27b
fixing tests
10 years ago
Ryan X. Charles
ffdfe0ce83
add fromString test for bip32
...since it was lacking any tests
10 years ago
Ryan X. Charles
5f21059bf8
more convenient names
10 years ago
Ryan X. Charles
9473bdf9b0
more convenient name
10 years ago
Ryan X. Charles
7390b15f89
add set function to bip32
10 years ago
Ryan X. Charles
0641184e84
support string input in constructor
10 years ago
Ryan X. Charles
c41419b6ef
use buffer functions
...instead of adhoc uint functions
10 years ago
Ryan X. Charles
bdb8daaf07
remove redundant "test." from test names
11 years ago
Ryan X. Charles
3919b24685
make bip32 mostly compatible with the rest of the lib
the constructor shouldn't do much. just set some varibles. in this case, i have
yet to write the code that sets the varibles. but better this than
autogenerating a new random BIP32. for that, call fromRandom()
11 years ago
Ryan X. Charles
7def2609ec
add toString method for bip32
...so that it is consistent with the rest of the library
11 years ago
Ryan X. Charles
43f288d205
remove obsolete test
this test was relevant for a bug in the C++ code of bitcore, eckey.cc, which no
longer exists in bitcore, much less privsec.
11 years ago
Ryan X. Charles
be37f5e37f
improve bip32 interface slightly
11 years ago
Ryan X. Charles
9649cc58e9
bip32
code from bitcore. original implementation derived from here:
https://github.com/sarchar/brainwallet.github.com/blob/bip32/js/bip32.js
11 years ago