summaryrefslogtreecommitdiff
path: root/src/ringct/rctSigs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix computation of change address + Fix v11 forkcslashm2019-03-051-4/+4
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-02-121-13/+11
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-02-121-4/+4
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-02-121-15/+17
* rct: avoid repeated unnecessary conversions when accummulatingmoneromooo-monero2018-09-141-7/+5
* bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-111-2/+2
* bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero2018-09-111-2/+2
* ringct: error out when hashToPoint* returns the point at infinitymoneromooo-monero2018-09-111-0/+1
* Check inputs to addKeys are in rangemoneromooo-monero2018-09-111-0/+4
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-1/+14
* Add a define for the max number of bulletproof multi-outputsmoneromooo-monero2018-09-111-1/+1
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-76/+57
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-51/+110
* bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-66/+77
* Do memwipe for critical secret keys copied to rct::keystoffu2018-08-161-2/+6
* Merge pull request #4045luigi11112018-07-191-9/+9
|\
| * Changed URLs to HTTPSeinsteinsfool2018-06-231-9/+9
* | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-6/+6
|/
* ringct: do not show verification errors with default settingsmoneromooo-monero2018-05-041-4/+6
* Merge pull request #3372Riccardo Spagni2018-03-141-9/+36
|\
| * ringct: 17% improvement in Borromean signature verificationmoneromooo-monero2018-03-081-9/+36
* | device: untangle cyclic depenencystoffu2018-03-141-7/+4
|/
* Merge pull request #3348Riccardo Spagni2018-03-051-18/+0
|\
| * remove unused function keyImageVh9087141242018-03-051-18/+0
* | Merge pull request #3301Riccardo Spagni2018-03-051-2/+3
|\ \ | |/ |/|
| * rctSigs - loop invariant code removed from the loopDusan Klinec2018-02-211-2/+3
* | Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-37/+37
|/
* ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero2018-01-311-11/+49
* ringct: handle exceptions verifying bulletproofs in worker threadsmoneromooo-monero2018-01-151-4/+11
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-22/+84
* ringct: always use outPk.mask to decode amountsmoneromooo-monero2017-12-091-19/+3
* ringct: do not include bulletproof commitments in signed messagemoneromooo-monero2017-12-091-3/+3
* add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-23/+68
* integrate bulletproofs into moneromoneromooo-monero2017-12-081-14/+50
* Use a threadpoolHoward Chu2017-09-141-26/+23
* ringct: do not require range proof in decodeRct/decodeRctSimplemoneromooo-monero2017-02-271-4/+2
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
* ringct: reorder a bit to check quicker tests firstmoneromooo-monero2017-01-211-17/+17
* Change logging to easylogging++moneromooo-monero2017-01-161-0/+3
* rct: split rct checks between semantics and othermoneromooo-monero2017-01-141-76/+97
* Removed unused functionsLee Clagett2016-12-191-16/+0
* Tx verification failing is not an errorluigi11112016-12-121-5/+5
* Merge pull request #1414Riccardo Spagni2016-12-081-0/+19
|\
| * ringct: add sc_check calls in MLSAG_Ver for ss and ccmoneromooo-monero2016-12-071-0/+5
| * ringct: guard against bad data exceptions in worker threadsmoneromooo-monero2016-12-071-0/+14
* | ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11112016-12-041-16/+15
* | ringct: switch to Borromean signaturesShen Noether2016-12-041-85/+58
|/
* Added task_region - a fork/join task implementationLee Clagett2016-11-231-60/+45
* adding thread_group for managing async tasksLee Clagett2016-11-021-98/+50
* ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-291-0/+2