aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/ringct.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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