Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-04 | ringct: switch to Borromean signatures | Shen Noether | 1 | -0/+3 | |
2016-10-23 | ringct: some more small optimizations | moneromooo-monero | 1 | -10/+14 | |
2016-10-15 | ringct: pass vectors by const ref where possible | moneromooo-monero | 1 | -2/+2 | |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -4/+2 | |
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. | |||||
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -0/+2 | |
Scheme design from luigi1114. | |||||
2016-08-28 | ringct: optimization/cleanup of hash functions | Shen Noether | 1 | -0/+3 | |
2016-08-28 | ringct: "simple" ringct variant | Shen Noether | 1 | -0/+2 | |
Allows the fake outs to be in different positions for each ring. For rct inputs only. | |||||
2016-08-28 | ringct: add functions to commit to an amount | moneromooo-monero | 1 | -0/+4 | |
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). | |||||
2016-08-28 | ringct: cosmetic fixes | Shen Noether | 1 | -1/+0 | |
Ported from Shen's RingCT repo | |||||
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 1 | -0/+163 | |