aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/rctSigs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ringct: always shutdown the boost io servicemoneromooo-monero2016-10-291-3/+3
* ringct: thread verRct and verRctSimplemoneromooo-monero2016-10-151-17/+119
* ringct: remove unneeded type conversionsmoneromooo-monero2016-10-151-2/+2
* ringct: reserve space in vectors to avoid excessive reallocationmoneromooo-monero2016-10-151-0/+2
* Add performance timers for ringct tx verificationmoneromooo-monero2016-10-101-0/+7
* ringct: use const refs as parameters where appropriatemoneromooo-monero2016-10-081-2/+2
* rct: rework serialization to avoid storing vector sizesmoneromooo-monero2016-09-141-2/+9
* ringct: pass structure by const ref, not valuemoneromooo-monero2016-08-281-1/+1
* rct: early out on failure on verRangemoneromooo-monero2016-08-281-3/+5
* ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero2016-08-281-21/+9
* rct: log why verification failsmoneromooo-monero2016-08-281-9/+13
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-22/+6
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-281-21/+24
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-59/+75
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-6/+6
* rct: avoid the need for the last II elementShen Noether2016-08-281-21/+41
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-12/+28
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-14/+14
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-281-6/+8
* integrate simple rct apimoneromooo-monero2016-08-281-31/+53
* ringct: optimization/cleanup of hash functionsShen Noether2016-08-281-22/+17