aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/bulletproofs.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* add Straus multiexpmoneromooo-monero2018-09-111-143/+47
|
* ringct: add bos coster multiexpmoneromooo-monero2018-09-111-51/+154
|
* bulletproofs: misc optimizationsmoneromooo-monero2018-09-111-23/+87
| | | | Use double mults where possible, avoid conversions, simplify
* bulletproofs: multi-output bulletproofsmoneromooo-monero2018-09-111-32/+316
|
* bulletproofs: more robust challenge computationmoneromooo-monero2018-01-311-56/+47
| | | | Changes from sarang, from a recommendation by an anonymous reviewer
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* bulletproofs: switch H/G in Pedersen commitments to match rctmoneromooo-monero2017-12-081-13/+14
| | | | Changes from sarang
* add bulletproofs to the build, with basic unit testsmoneromooo-monero2017-12-081-0/+760
Based on Java code from Sarang Noether