bitcore-lib-zcash/lib/expmt
Ryan X. Charles 4f71535869 StealthTx
For spotting transactions to which you have the stealth key (or at least the
scan key) and creating transactions to a stealth address. So far it is only
partially working - you can see if a transaction is a stealth transaction (or
at least one of a limited kind of stealth transactions), and you can see that
you do not have the stealth key to spend one of these transactions. However, I
have not yet tested whether you can see a stealth transaction that you actually
have the key to. Also, it is not yet easy to spend to a stealth address.
2014-09-23 16:54:52 -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 get rid of obsolete 'bitcore' stealth addr format 2014-09-23 14:27:48 -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
stealthtx.js StealthTx 2014-09-23 16:54:52 -07:00