flocore/test
Ryan X. Charles 9b8ce05b15 BufferWriter().toBuffer convenience method
It does the same thing as .concat(), but may be easier to remember, since the
rest of the library uses the ".toBuffer()" convention
2014-09-22 17:09:53 -07:00
..
address.js Address().fromHashbuf() convenience method 2014-09-18 15:18:53 -07:00
aes.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
aescbc.js confusingly named SymEnc -> accurately named AESCBC 2014-08-29 13:07:49 -07:00
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 add fromString test for bip32 2014-09-19 21:02:57 -07:00
block.js allow bufs in constructors 2014-09-22 13:07:39 -07:00
blockheader.js allow bufs in constructors 2014-09-22 13:07:39 -07:00
bn.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00
bufferreader.js replace .buffer with .read 2014-09-17 15:49:45 -07:00
bufferwriter.js BufferWriter().toBuffer convenience method 2014-09-22 17:09:53 -07:00
cbc.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
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 remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
index.html works in browser 2014-08-09 22:47:32 -07:00
kdf.js Key -> Keypair 2014-08-29 14:18:56 -07:00
keypair.js toJSON/fromJSON for privkey, pubkey, keypair 2014-09-22 13:55:40 -07:00
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 fromX is actually static 2014-09-17 16:32:38 -07:00
privkey.js toJSON/fromJSON for privkey, pubkey, keypair 2014-09-22 13:55:40 -07:00
pubkey.js toJSON/fromJSON for privkey, pubkey, keypair 2014-09-22 13:55:40 -07:00
random.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
script.js classify pubkeyhash and scripthash scripts 2014-09-22 16:04:06 -07:00
signature.js add Signature(r, s) convenience 2014-09-01 21:08:16 -07:00
stealthaddress.js stealth address to/from JSON 2014-09-22 12:48:13 -07:00
stealthkey.js Stealthkey toJSON/fromJSON 2014-09-22 14:45:41 -07:00
stealthmessage.js make receivePubkey compatible with dark wallet 2014-09-19 14:32:32 -07:00
transaction.js allow bufs in constructors 2014-09-22 13:07:39 -07:00
txin.js allow bufs in constructors 2014-09-22 13:07:39 -07:00
txout.js allow bufs in constructors 2014-09-22 13:07:39 -07:00
varint.js toJSON, fromJSON 2014-09-18 17:52:02 -07:00