bitcoinjs-lib/test
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
..
address.js fix spacing 2014-03-06 17:57:32 -06: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
ec.js cleanup runners, add coverage script, fix typo 2014-03-11 12:23:37 -07:00
eckey.js move address versions into network 2014-02-28 16:58:14 +08:00
hdwallet.js change hd wallet constructor to take bytes 2014-03-14 10:03:56 +08:00
jsbn.js replace jsbn's rng with module secure-random 2014-03-20 17:19:06 +08:00
message.js Message signing does not work with compressed keys. ref #61 2014-03-11 18:25:36 +01:00
misc.js replace jsbn's rng with module secure-random 2014-03-20 17:19:06 +08:00
mocha.opts start to split into node commonjs style modules 2013-02-17 00:40:14 -05:00
script.js fix script constructor array check 2014-03-17 16:13:49 +08:00
transaction.js Test validateSig. Use validateSig to test transaction signing 2014-03-18 09:31:17 +08:00
wallet.js new master key resets accounts and addresses 2014-03-16 13:36:57 +08:00