flocore/test
2014-09-17 15:32:14 -07:00
..
address.js Address().fromBuffer(buf); 2014-09-17 14:22:18 -07:00
aes.js
aescbc.js
base58.js more convenient Base58 constructor 2014-09-17 14:26:19 -07:00
base58check.js more convenient constructor 2014-09-17 14:29:53 -07:00
bip32.js more convenient names 2014-09-17 15:20:01 -07:00
block.js convenience: varint -> vi 2014-09-17 15:27:12 -07:00
blockheader.js Blockheader 2014-09-16 17:28:00 -07:00
bn.js add fromString method for library consistency 2014-09-17 15:32:14 -07:00
bufferreader.js varInt -> varint 2014-09-15 14:41:46 -07:00
bufferwriter.js varInt -> varint 2014-09-15 14:41:46 -07:00
cbc.js
ecdsa.js improve error message 2014-09-16 11:44:51 -07:00
ecies.js simplify ECIES interface 2014-09-15 11:19:18 -07:00
examples.js disable examples in browser 2014-09-15 15:09:50 -07:00
hash.js
index.html
kdf.js
keypair.js
message.js key -> keypair 2014-09-02 16:36:21 -07:00
opcode.js fromNumber, toNumber, fromString, toString 2014-08-31 20:38:39 -07:00
point.js
privkey.js convenience: new Privkey(bn) 2014-09-01 21:13:44 -07:00
pubkey.js fromBuffer convenience function for pubkey 2014-09-15 11:32:39 -07:00
random.js
script.js Script().fromString(str) 2014-09-01 19:42:20 -07:00
signature.js add Signature(r, s) convenience 2014-09-01 21:08:16 -07:00
stealthaddress.js AsReceiver implied 2014-09-02 15:54:24 -07:00
stealthkey.js fix bug where you can't use isForMe without payloadKeypair 2014-09-12 17:24:00 -07:00
stealthmessage.js fix bug where you can't use isForMe without payloadKeypair 2014-09-12 17:24:00 -07:00
transaction.js add real-world tx to transaction test 2014-09-16 14:39:51 -07:00
txin.js Txin 2014-09-15 17:08:09 -07:00
txout.js Txout 2014-09-15 18:38:21 -07:00
varint.js add bn support to varint class 2014-09-15 15:29:39 -07:00