bitcore/lib/expmt
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.
2014-09-19 14:32:32 -07:00
..
aes.js AES 2014-08-24 17:33:09 -07:00
aescbc.js confusingly named SymEnc -> accurately named AESCBC 2014-08-29 13:07:49 -07:00
cbc.js CBC decrypt 2014-08-25 21:16:33 -07:00
ecies.js simplify ECIES interface 2014-09-15 11:19:18 -07:00
stealthaddress.js make receivePubkey compatible with dark wallet 2014-09-19 14:32:32 -07:00
stealthkey.js make receivePubkey compatible with dark wallet 2014-09-19 14:32:32 -07:00
stealthmessage.js simplify ECIES interface 2014-09-15 11:19:18 -07:00