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
cfd509f859
make receivePubkey compatible with dark wallet
I had been using this formula for the receiveKeypair:
scanKeypair + payloadKeypair + sharedKeypair
However, Dark Wallet uses this formula:
payloadKeypair + sharedKeypair
It is not actually necessary to add the scanKeypair in order to have all the
features of stealth addresses, at least as far as I can tell. So in order to
bring my implementation closer to Dark Wallet's, I have removed the scanKeypair
from this calculation.
10 years ago
..
address.js
Address().fromHashbuf() convenience method
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
11 years ago
base58check.js
more convenient constructor
11 years ago
bip32.js
more convenient names
11 years ago
block.js
toJSON, fromJSON
10 years ago
blockheader.js
toJSON, fromJSON
10 years ago
bn.js
toJSON, fromJSON
10 years ago
bufferreader.js
replace .buffer with .read
11 years ago
bufferwriter.js
varInt -> varint
11 years ago
cbc.js
remove redundant "test." from test names
11 years ago
ecdsa.js
improve error message
11 years ago
ecies.js
simplify ECIES interface
11 years ago
examples.js
disable examples in browser
11 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
11 years ago
opcode.js
fromNumber, toNumber, fromString, toString
11 years ago
point.js
fromX is actually static
11 years ago
privkey.js
convenience: new Privkey(bn)
11 years ago
pubkey.js
fromBuffer convenience function for pubkey
11 years ago
random.js
remove redundant "test." from test names
11 years ago
script.js
toJSON, fromJSON
10 years ago
signature.js
add Signature(r, s) convenience
11 years ago
stealthaddress.js
fix capitalization error on case-sensitive filesystems
11 years ago
stealthkey.js
make receivePubkey compatible with dark wallet
10 years ago
stealthmessage.js
make receivePubkey compatible with dark wallet
10 years ago
transaction.js
toJSON, fromJSON
10 years ago
txin.js
toJSON, fromJSON
10 years ago
txout.js
toJSON, fromJSON
10 years ago
varint.js
toJSON, fromJSON
10 years ago