bitcoinjs-lib/src
Daniel Cousens 92f1c3e319 Fixes Transaction.addOutput() param handling to match documentation
Now (horrendously) supports other networks
2014-04-20 04:47:56 +10:00
..
jsbn Prefer Array.prototype.slice over map 2014-04-18 06:43:59 +10:00
address.js Removes Address.fromPubKey and improves test vectors 2014-04-20 04:38:33 +10:00
base58.js Isolates Base58Check encoding from Base58 code/tests 2014-04-03 19:45:05 +11:00
base58check.js Migrates all usage of crypto-js/sha256 to ./crypto 2014-04-08 23:07:46 +10:00
convert.js Changes existing code to use new base58 API 2014-04-04 05:10:12 +11:00
crypto.js Hash160 now outputs a buffer 2014-04-08 23:44:55 +10:00
ecdsa.js Uses low 's' values for signatures 2014-04-17 06:05:41 +02:00
eckey.js Removes Address.fromPubKey and improves test vectors 2014-04-20 04:38:33 +10:00
hdwallet.js Merge pull request #142 from dcousens/asserts 2014-04-18 09:59:06 +08:00
index.js CryptoJS no longer exported by default 2014-04-14 16:19:17 +10:00
message.js Migrates Address to stricter API subset 2014-04-18 17:12:29 +10:00
network.js Updates network.js constant names 2014-04-17 05:50:59 +10:00
opcode.js cosmetic standardization 2014-03-31 11:47:47 +08:00
script.js Assert uses strictEqual instead of direct comparison 2014-04-20 04:39:29 +10:00
transaction.js Fixes Transaction.addOutput() param handling to match documentation 2014-04-20 04:47:56 +10:00
wallet.js Updates network.js constant names 2014-04-17 05:50:59 +10:00