aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/ringct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bulletproofs: verification speedupSarang Noether2020-04-141-0/+8
* Merge pull request #5707luigi11112019-08-281-1/+14
|\
| * MLSAG speedup and additional checksSarang Noether2019-08-271-1/+14
* | Replace std::random_shuffle with std::shuffleTom Smeding2019-08-151-2/+2
|/
* ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero2019-04-111-77/+43
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-01-221-21/+0
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-221-2/+2
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-7/+14
* remove some unused codemoneromooo-monero2018-11-231-2/+0
* rct: add a zeroCommit cache for common pre-rct casemoneromooo-monero2018-11-041-0/+19
* bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-111-0/+7
* precalc the ge_p3 representation of Hmoneromooo-monero2018-09-111-0/+7
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-0/+17
* unit_tests: do not recreate the same base rct sig all the timemoneromooo-monero2018-06-271-4/+18
* ringct: remove an unnecessary scalarmultBase in zeroCommitmoneromooo-monero2018-06-061-0/+10
* Correct spelling mistakes.Edward Betts2018-03-051-1/+1
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-14/+15
* Merge pull request #3151Riccardo Spagni2018-01-271-5/+5
|\
| * unit_tests: do not ASSERT_TRUE(decodeRct(...))moneromooo-monero2018-01-181-5/+5
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-9/+9
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+1
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-0/+11
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11112016-12-041-8/+4
* ringct: switch to Borromean signaturesShen Noether2016-12-041-28/+11
* ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-291-2/+3
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-8/+8
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-281-27/+28
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-4/+4
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-14/+29
* tests: add basic tests for simple rct apimoneromooo-monero2016-08-281-44/+378
* integrate simple rct apimoneromooo-monero2016-08-281-5/+59
* rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-281-5/+5
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-281-2/+2
* tests: test for ringct rctSig data sizesmoneromooo-monero2016-08-281-3/+44
* ringct: allow no outputs, and add tests for this and feesmoneromooo-monero2016-08-281-31/+75
* ringct: txn fee stuffShen Noether2016-08-281-0/+61
* tests: new ringct test for checking H2 valuesShen Noether2016-08-281-0/+11
* tests: zero inputs/outputs are in fact supposed to be acceptedmoneromooo-monero2016-08-281-14/+14
* ringct: add a test for prooveRange being non deterministicmoneromooo-monero2016-08-281-0/+9
* tests: more ringct range proof testsmoneromooo-monero2016-08-281-0/+245
* tests: add some more ringct building block testsmoneromooo-monero2016-08-281-1/+50
* tests: add Shen Noether's basic ringct testsmoneromooo-monero2016-08-281-0/+206