aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/bulletproofs.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | plug bulletproofs plus into consensusmoneromooo-monero2022-04-051-0/+6
|/
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-18/+38
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Remove unneeded SFINAE on check_tx/block verification in core_testsDoyle2019-04-171-1/+1
|
* tests: fix test_options initialization errorDusan Klinec2019-04-071-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-2/+2
| | | | This makes it easier to modify the bulletproof format
* core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero2018-09-111-0/+6
|
* core_tests: add a test for a tx with empty bulletproofmoneromooo-monero2018-09-111-0/+6
|
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-12/+23
|
* require canonical multi output bulletproof layoutmoneromooo-monero2018-09-111-4/+4
|
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-0/+170
Also constrains bulletproofs to simple rct, for simplicity