vub
f95b08a576
Replaced Crypto.util and util (was a typo) with conv
11 years ago
vub
e43d23235b
Added some transaction methods, and removed all internal use of base64
11 years ago
Roman Shtylman
0faac29134
start to split into node commonjs style modules
- no longer is the global Bitcoin used for modules
- cleaner and more maintainable code
- add more tests
12 years ago
Stefan Thomas
24881584c7
Fix padding issue with exported private keys.
13 years ago
Stefan Thomas
9b2f94a028
Implement Bitcoin's method for arbitrary message signatures.
13 years ago
Mark van Cuijk
9c473ca722
Added support for the Base58-encoded private key format
13 years ago
Stefan Thomas
09e8c6e184
Added comments.
13 years ago
Stefan Thomas
1a7fc9d063
Fixed indents.
13 years ago
Stefan Thomas
90c30f248e
Moved wallet loading out of bitcoinjs-lib.
14 years ago
Stefan Thomas
8b32d43335
Moved sources into src/ subdirectory.
14 years ago
Stefan Thomas
27ec74ba8a
Fixed all cases of unsafe BigInteger <-> byte[] conversion.
The BigInteger class we're using supports negative integers and
encodes them with a sign bit. Since in our application we are dealing
with unsigned integers only, we need to disable this functionality by
creating two wrapper functions toByteArrayUnsigned and
fromByteArrayUnsigned.
14 years ago
Stefan Thomas
c0d740d2d4
Initial import
14 years ago