71 Commits (2b2081bed906be7c6fbf61ef17b9c5bc89b89e16)

Author SHA1 Message Date
Vitalik Buterin 7b19ba5811 Added pubkey import and bin export 11 years ago
Vitalik Buterin 30e8b572d6 Added deterministic signing and added a public key class. Note that getPub should now be replaced with getPub().export('bytes') 11 years ago
Vitalik Buterin 02a8db111b Added version to getBitcoinAddress 11 years ago
vub 5e2a9f0c26 Added BIP32 support 11 years ago
vub a34bc9e2ea Many small improvements 11 years ago
vub 5377f0746f Hex private keys now work with Bitcoin.Key 11 years ago
vub 7684c3f705 Let ECKeys be constructed from ECKeys 11 years ago
vub 038f8d5d99 Removed direct references to Bitcoin 11 years ago
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 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. 14 years ago
Stefan Thomas c0d740d2d4 Initial import 14 years ago