flocore/test
Ryan X. Charles 8e959426e2 support reading varInt nums up to js precision
Javascript only supports 64 bit floating points, which have uint precision up
to Math.pow(2, 53). We now support reading variable sized numbers up to that
size. If the number is bigger than that, then we need to use BN.
2014-09-15 13:58:24 -07:00
..
address.js Address().fromScript(script) 2014-09-12 17:49:01 -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 remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
base58check.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
bip32.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
bn.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
bufferreader.js support reading varInt nums up to js precision 2014-09-15 13:58:24 -07:00
bufferwriter.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
cbc.js remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
ecdsa.js key -> keypair 2014-09-02 16:36:21 -07:00
ecies.js simplify ECIES interface 2014-09-15 11:19:18 -07:00
examples.js StealthMessage example 2014-09-12 12:55:11 -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 remove useless Address dependency from Keypair 2014-08-29 15:42:30 -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 remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
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 remove redundant "test." from test names 2014-08-29 13:01:05 -07:00
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