flocore/lib/expmt
Ryan X. Charles 96df77429f add support for Dark Wallet-style addresses
These functions are prefixed DW which stands for Dark Wallet. The code for the
Dark Wallet address format can be found here:

https://github.com/darkwallet/darkwallet/blob/develop/js/util/stealth.js

Note that I deliberately support only the simplest possible format, which is
where there is only one payload pubkey and the prefix is blank. I should now go
back and replace my old toString, fromString, toBuffer, fromBuffer functions
with these Dark Wallet versions, since they are much more well-thought out than
mine.
2014-09-22 18:23:10 -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 add support for Dark Wallet-style addresses 2014-09-22 18:23:10 -07:00
stealthkey.js Stealthkey toJSON/fromJSON 2014-09-22 14:45:41 -07:00
stealthmessage.js simplify ECIES interface 2014-09-15 11:19:18 -07:00