flocore/lib
Ryan X. Charles 79d79012d4 fix bug where you can't use isForMe without payloadKeypair
It should be possible to check to see if a message isForMe with only the
scanKeypair, and not the payloadKeypair. There was a bug where only the
scanKeypair was being used to produce the receiveKeypair, but this was a
mistake. Both the scanPubkey and payloadPubkey should be necessary to produce
the receivePubkey, and both the scanPrivkey and payloadPrivkey should be
necessary to produce the receivePrivkey. If an online computer has only the
public keys of both (and the scanPrivkey), then that is good enough to check
for isForMe.
2014-09-12 17:24:00 -07:00
..
expmt fix bug where you can't use isForMe without payloadKeypair 2014-09-12 17:24:00 -07:00
address.js p2sh -> scripthash 2014-09-01 12:06:18 -07:00
base58.js add set function to Base58 2014-08-28 15:27:58 -07:00
base58check.js Base58Check.prototype.set 2014-08-28 15:31:06 -07:00
bip32.js Key -> Keypair 2014-08-29 14:18:56 -07:00
bn.js add BN.prototype.fromBuffer 2014-08-13 19:23:45 -04:00
bufferreader.js read a buffer, like slicing while iterating pos 2014-09-01 16:40:31 -07:00
bufferwriter.js BufferWriter.prototype.set 2014-08-28 16:02:24 -07:00
constants.js p2sh -> scripthash 2014-09-01 12:06:18 -07:00
ecdsa.js key -> keypair 2014-09-02 16:36:21 -07:00
hash.js remove "(classname): " from tests 2014-08-20 13:03:07 -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 throw error for invalid strings 2014-09-01 20:03:22 -07:00
point.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
privkey.js fix: Pubkey(point) and Privkey(bn) 2014-09-02 12:07:18 -07:00
pubkey.js fix: Pubkey(point) and Privkey(bn) 2014-09-02 12:07:18 -07:00
random.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
script.js Script().fromString(str) 2014-09-01 19:42:20 -07:00
signature.js Signature(r, s) should work 2014-09-02 11:59:42 -07:00