Age | Commit message (Expand) | Author | Files | Lines |
2018-09-11 | bulletproofs: add aggregated verification | moneromooo-monero | 1 | -2/+4 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -2/+2 |
2018-06-23 | Changed URLs to HTTPS | einsteinsfool | 1 | -4/+4 |
2018-03-14 | device: untangle cyclic depenency | stoffu | 1 | -2/+3 |
2018-03-05 | remove unused function keyImageV | h908714124 | 1 | -2/+0 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -11/+13 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 1 | -7/+9 |
2017-12-08 | integrate bulletproofs into monero | moneromooo-monero | 1 | -2/+2 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -9/+5 |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 1 | -2/+4 |
2016-12-04 | ringct: switch to Borromean signatures | Shen Noether | 1 | -15/+2 |
2016-10-15 | ringct: remove unneeded type conversions | moneromooo-monero | 1 | -1/+1 |
2016-10-08 | ringct: use const refs as parameters where appropriate | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | ringct: pass structure by const ref, not value | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -2/+0 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -4/+2 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 1 | -2/+2 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -5/+7 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -9/+11 |
2016-08-28 | ringct: "simple" ringct variant | Shen Noether | 1 | -3/+6 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 1 | -5/+6 |
2016-08-28 | ringct: txn fee stuff | Shen Noether | 1 | -2/+2 |
2016-08-28 | ringct: new {gen,decode}Rct APIs for convenience | moneromooo-monero | 1 | -1/+3 |
2016-08-28 | ringct: add a few consts where appropriate | moneromooo-monero | 1 | -3/+3 |
2016-08-28 | ringct: add simple input validation | moneromooo-monero | 1 | -7/+7 |
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 1 | -0/+144 |