aboutsummaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Expand)AuthorAgeFilesLines
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-045-48/+124
* Merge pull request #3226Riccardo Spagni2018-02-161-0/+1
|\
| * ringct: fix infinite loop in unused h2b functionmoneromooo-monero2018-02-021-0/+1
* | Merge pull request #2959Riccardo Spagni2018-02-141-56/+47
|\ \
| * | bulletproofs: more robust challenge computationmoneromooo-monero2018-01-311-56/+47
| |/
* / ringct: pseudoOuts moved to prunable in the simple bulletproof casemoneromooo-monero2018-01-312-12/+66
|/
* Readd copyright starting datexmr-eric2018-01-263-3/+3
* Update 2018 copyrightxmr-eric2018-01-265-5/+5
* ringct: handle exceptions verifying bulletproofs in worker threadsmoneromooo-monero2018-01-151-4/+11
* Merge pull request #2990Riccardo Spagni2018-01-101-1/+1
|\
| * factor STL container serializationmoneromooo-monero2017-12-221-1/+1
* | check accessing an element past the end of a containermoneromooo-monero2017-12-181-0/+3
|/
* N-1/N multisigmoneromooo-monero2017-12-171-0/+5
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-173-29/+116
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* 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-082-41/+90
* bulletproofs: switch H/G in Pedersen commitments to match rctmoneromooo-monero2017-12-081-13/+14
* integrate bulletproofs into moneromoneromooo-monero2017-12-084-55/+113
* add bulletproofs to the build, with basic unit testsmoneromooo-monero2017-12-083-2/+843
* add a version of ge_double_scalarmult_precomp_vartime with A precompmoneromooo-monero2017-12-072-0/+10
* ringct: add a version of addKeys which returns the resultmoneromooo-monero2017-12-072-0/+6
* remove "using namespace std" from headersmoneromooo-monero2017-11-143-29/+15
* Subaddresseskenshi842017-10-071-0/+2
* Use a threadpoolHoward Chu2017-09-141-26/+23
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
* Simplified the implementation and features of spanLee Clagett2017-04-111-1/+4
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-2/+2
* ringct: move ge_frombytes_vartime failure error to warningmoneromooo-monero2017-03-221-11/+13
* ringct: do not require range proof in decodeRct/decodeRctSimplemoneromooo-monero2017-02-271-4/+2
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
* core: test key images against validity domainmoneromooo-monero2017-02-201-0/+4
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-082-1/+2
* Fix clang build failure, caused by mixing C and C++Timothy D. Prime2017-01-261-1/+1
* ringct: reorder a bit to check quicker tests firstmoneromooo-monero2017-01-211-17/+17
* Change logging to easylogging++moneromooo-monero2017-01-163-0/+9
* Merge pull request #1561Riccardo Spagni2017-01-151-64/+64
|\
| * add extra braces around subobjects (missing-braces warning)Chris Vickio2017-01-141-64/+64
* | rct: split rct checks between semantics and othermoneromooo-monero2017-01-142-78/+101
|/
* Removed unused functionsLee Clagett2016-12-191-16/+0
* fix MGs jsonmoneroexamples2016-12-141-3/+3
* 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-045-113/+87
|/
* ringct: fix MGs serialization to JSONmoneromooo-monero2016-12-021-1/+5
* Added task_region - a fork/join task implementationLee Clagett2016-11-231-60/+45