aboutsummaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Expand)AuthorAgeFilesLines
* Fixed issues found by static analysisSChernykh2020-12-081-1/+1
* fix a couple bugs found by OSS-fuzzmoneromooo-monero2020-09-241-0/+6
* Merge pull request #6757luigi11112020-09-031-6/+9
|\
| * threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-6/+9
* | ringct: fix CLSAG serialization after boost/epee changesmoneromooo-monero2020-08-282-1/+2
* | CLSAG device supportSarang Noether2020-08-272-21/+16
* | CLSAG optimizationsSarang Noether2020-08-272-132/+139
* | Integrate CLSAGs into moneromoneromooo-monero2020-08-274-60/+265
* | CLSAG signaturesSarang Noether2020-08-275-0/+277
* | replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-1/+28
|/
* Update copyright year to 2020SomaticFanatic2020-05-065-5/+5
* Merge pull request #6441luigi11112020-05-052-1/+7
|\
| * use memwipe on secret k/alpha valuesmoneromooo-monero2020-04-152-1/+7
* | Bulletproofs: verification speedupSarang Noether2020-04-143-8/+25
|/
* Merge pull request #6339luigi11112020-04-041-1/+1
|\
| * remove empty statementsInterchained2020-02-171-1/+1
* | Hash domain separationSarang Noether2020-04-011-2/+2
|/
* Merge pull request #6049luigi11112019-12-121-34/+27
|\
| * Updated paper referencesSarang Noether2019-10-281-24/+22
| * Minor prover simplificationSarang Noether2019-10-281-10/+5
* | make d2h et al. constant-timeJethro Grassie2019-11-191-30/+8
|/
* cryptonote: add function to get weight from a pruned txmoneromooo-monero2019-10-111-0/+1
* Merge pull request #5707luigi11112019-08-284-76/+53
|\
| * MLSAG speedup and additional checksSarang Noether2019-08-274-76/+53
* | Merge pull request #5502luigi11112019-07-242-2/+0
|\ \ | |/ |/|
| * remove unused codemoneromooo-monero2019-04-292-2/+0
* | serialization: check stream good flag at the endmoneromooo-monero2019-06-141-4/+4
|/
* Merge pull request #5437Riccardo Spagni2019-04-161-29/+33
|\
| * bulletproofs: cut down on keyV allocationsmoneromooo-monero2019-04-131-29/+33
* | ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero2019-04-112-0/+3
|/
* Merge pull request #5332Riccardo Spagni2019-04-011-4/+4
|\
| * Add support for V11 protocol with BulletProofV2 and short amount.cslashm2019-03-281-4/+4
* | Merge pull request #5287Riccardo Spagni2019-04-011-3/+3
|\ \ | |/ |/|
| * ringct: fix capitalization for scaler multfuwa2019-03-251-3/+3
* | Update 2019 copyrightbinaryFate2019-03-055-5/+5
|/
* various: remove unused variablesmoneromooo-monero2019-03-041-3/+0
* Merge pull request #5082Riccardo Spagni2019-03-041-6/+22
|\
| * bulletproofs: speed up vector_power_summoneromooo-monero2019-01-191-6/+22
* | ringct: remove unused senderPk from ecdhTuplemoneromooo-monero2019-01-221-3/+0
* | ringct: the commitment mask is now deterministicmoneromooo-monero2019-01-224-26/+51
* | ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-224-11/+44
* | ringct: save 3 bytes on bulletproof sizemoneromooo-monero2019-01-221-1/+4
* | add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-224-27/+36
|/
* Merge pull request #5050Riccardo Spagni2019-01-181-1/+0
|\
| * ringct: remove duplicate rv.mixRing = mixRing; in genRctSimplestoffu2019-01-081-1/+0
* | ringct: avoid repeated point conversionmoneromooo-monero2018-12-121-1/+10
|/
* Merge pull request #4927Riccardo Spagni2018-12-121-1/+2
|\
| * Bulletproof: Initialize members in default construtor.Tadeas Moravec2018-12-011-1/+2
* | Merge pull request #4921Riccardo Spagni2018-12-121-7/+24
|\ \
| * | ringct: fix dummy bulletproofs on ledger in fake modemoneromooo-monero2018-11-301-7/+24
| |/