bitcoinjs-lib/src
Wei Lu b7861e4336 replace jsbn's rng with module secure-random
This uses window.crypto.getRandomValues on browser
and crypto.randomBytes on node
2014-03-20 17:19:06 +08:00
..
jsbn replace jsbn's rng with module secure-random 2014-03-20 17:19:06 +08:00
address.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
base58.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
convert.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
ecdsa.js replace jsbn's rng with module secure-random 2014-03-20 17:19:06 +08:00
eckey.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
hdwallet.js change hd wallet constructor to take bytes 2014-03-14 10:03:56 +08:00
index.js remove endian code in index.js nothing is using 2014-03-11 12:26:59 -07:00
message.js Merge pull request #62 from bitcoinjs/compressed-sign 2014-03-11 12:12:52 -07:00
network.js pull out hdwallet network specific values 2014-02-28 18:07:31 +08:00
opcode.js new Opcode() is not used 2014-03-06 18:14:28 -06:00
script.js fix script constructor array check 2014-03-17 16:13:49 +08:00
transaction.js fix and add tests for addInput 2014-03-17 18:01:09 +08:00
util.js move convert methods from util to convert 2014-03-11 09:52:48 +08:00
wallet.js replace jsbn's rng with module secure-random 2014-03-20 17:19:06 +08:00