Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
|
|
Scheme design from luigi1114.
|
|
|
|
Allows the fake outs to be in different positions for each ring.
For rct inputs only.
|
|
One to commit to an amount with zero key (for use with fake
commitments for pre-rct outputs), and one with an arbitrary
key (for rct outputs).
|
|
Ported from Shen's RingCT repo
|
|
|