You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ryan X. Charles 4a21a9551c fromX is actually static 10 years ago
..
address.js Address().fromBuffer(buf); 10 years ago
aes.js remove redundant "test." from test names 11 years ago
aescbc.js confusingly named SymEnc -> accurately named AESCBC 11 years ago
base58.js more convenient Base58 constructor 10 years ago
base58check.js more convenient constructor 10 years ago
bip32.js more convenient names 10 years ago
block.js convenience: varint -> vi 10 years ago
blockheader.js Blockheader 10 years ago
bn.js add fromString method for library consistency 10 years ago
bufferreader.js replace .buffer with .read 10 years ago
bufferwriter.js varInt -> varint 10 years ago
cbc.js remove redundant "test." from test names 11 years ago
ecdsa.js improve error message 10 years ago
ecies.js simplify ECIES interface 10 years ago
examples.js disable examples in browser 10 years ago
hash.js remove redundant "test." from test names 11 years ago
index.html works in browser 11 years ago
kdf.js Key -> Keypair 11 years ago
keypair.js remove useless Address dependency from Keypair 11 years ago
message.js key -> keypair 10 years ago
opcode.js fromNumber, toNumber, fromString, toString 10 years ago
point.js fromX is actually static 10 years ago
privkey.js convenience: new Privkey(bn) 10 years ago
pubkey.js fromBuffer convenience function for pubkey 10 years ago
random.js remove redundant "test." from test names 11 years ago
script.js Script().fromString(str) 10 years ago
signature.js add Signature(r, s) convenience 10 years ago
stealthaddress.js AsReceiver implied 10 years ago
stealthkey.js fix bug where you can't use isForMe without payloadKeypair 10 years ago
stealthmessage.js fix bug where you can't use isForMe without payloadKeypair 10 years ago
transaction.js add real-world tx to transaction test 10 years ago
txin.js Txin 10 years ago
txout.js Txout 10 years ago
varint.js fix varint test broken in browser 10 years ago