Ryan X. Charles
219aa528c8
AsReceiver implied
11 years ago
Ryan X. Charles
558a7672ef
Stealthkey AsSender functions obsolete
use StealthAddress instead
11 years ago
Ryan X. Charles
36fd6b2d9c
take address stuff out of stealthkey
...that is what StealthAddress is now for
11 years ago
Ryan X. Charles
258dab9d6d
convenience: Stealth(payloadKeypair, scanKeypair)
11 years ago
Ryan X. Charles
f028b6b913
Stealth -> Stealthkey
More explanatory. Will break up into separate Stealthkey, StealthAddress, and
StealthMessage classes.
11 years ago
Ryan X. Charles
32fabd0c0f
Key -> Keypair
"Keypair" is a more explanatory name, and also should be less confused with
other kinds of keys (particularly "cipher keys", which are the keys used in
symmetric block ciphers, especially AES).
11 years ago
Ryan X. Charles
e2824035bb
Pubkey.prototype.set
11 years ago
Ryan X. Charles
109f31cfdb
Privkey.prototype.set
11 years ago
Ryan X. Charles
6b4bc4c49c
Stealth.prototype.set
11 years ago
Ryan X. Charles
28d3a40704
Key.prototype.set
11 years ago
Ryan X. Charles
f11ed4d20b
bug: should mod bn addition
when adding two private keys to get a new private key, you should mod the
result with N so that it is always less than N.
11 years ago
Ryan X. Charles
bc1c4235f2
basic stealth address support
Math only. Does not yet support transactions. Not yet compatible with Dark
Wallet.
11 years ago