summaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6441luigi11112020-05-052-1/+7
|\ | | | | | | 613071f use memwipe on secret k/alpha values (moneromooo-monero)
| * use memwipe on secret k/alpha valuesmoneromooo-monero2020-04-152-1/+7
| | | | | | | | Reported by UkoeHB_ and sarang
* | Bulletproofs: verification speedupSarang Noether2020-04-143-8/+25
|/
* Merge pull request #6339luigi11112020-04-041-1/+1
|\ | | | | | | c61abf8 remove empty statements (shopglobal)
| * remove empty statementsInterchained2020-02-171-1/+1
| | | | | | | | Cleaning up a little around the code base.
* | Hash domain separationSarang Noether2020-04-011-2/+2
|/
* Merge pull request #6049luigi11112019-12-121-34/+27
|\ | | | | | | | | 45fd72b Updated paper references (SarangNoether) 277003f Minor prover simplification (SarangNoether)
| * 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
| | | | | The weight of the prunable data is deterministic from the unpruned data, so it can be determined from a pruned tx
* Merge pull request #5707luigi11112019-08-284-76/+53
|\ | | | | | | 3a0451a MLSAG speedup and additional checks (SarangNoether)
| * MLSAG speedup and additional checksSarang Noether2019-08-274-76/+53
| |
* | Merge pull request #5502luigi11112019-07-242-2/+0
|\ \ | |/ |/| | | | | 25a7cfd add a few checks where it seems appropriate (moneromooo-monero) 1a66a86 remove unused code (moneromooo-monero)
| * remove unused codemoneromooo-monero2019-04-292-2/+0
| |
* | serialization: check stream good flag at the endmoneromooo-monero2019-06-141-4/+4
|/ | | | just in case
* Merge pull request #5437Riccardo Spagni2019-04-161-29/+33
|\ | | | | | | acb68dba bulletproofs: cut down on keyV allocations (moneromooo-monero)
| * 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
|\ | | | | | | | | | | 7c440915 Add get_tx_proof support, needed for new sanity check (cslashm) 98fdcb2a Add support for V11 protocol with BulletProofV2 and short amount. New scheme key destination contrfol Fix dummy decryption in debug mode (cslashm) 3a981a33 Add application version compatibility check. (cslashm)
| * Add support for V11 protocol with BulletProofV2 and short amount.cslashm2019-03-281-4/+4
| | | | | | | | | | New scheme key destination contrfol Fix dummy decryption in debug mode
* | Merge pull request #5287Riccardo Spagni2019-04-011-3/+3
|\ \ | |/ |/| | | 1d14b3f0 ringct: fix capitalization for scaler mult (fuwa)
| * 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
|\ | | | | | | 1bc5f9fa bulletproofs: speed up vector_power_sum (moneromooo-monero)
| * bulletproofs: speed up vector_power_summoneromooo-monero2019-01-191-6/+22
| | | | | | | | found by sarang
* | ringct: remove unused senderPk from ecdhTuplemoneromooo-monero2019-01-221-3/+0
| | | | | | | | This was an early ringct field, which was never used in production
* | ringct: the commitment mask is now deterministicmoneromooo-monero2019-01-224-26/+51
| | | | | | | | | | | | saves space in the tx and is safe Found by knaccc
* | ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-224-11/+44
| | | | | | | | Found by knaccc
* | ringct: save 3 bytes on bulletproof sizemoneromooo-monero2019-01-221-1/+4
| | | | | | | | Found by luigi1111
* | add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-224-27/+36
|/ | | | This makes it easier to modify the bulletproof format
* Merge pull request #5050Riccardo Spagni2019-01-181-1/+0
|\ | | | | | | 07cb574c ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple (stoffu)
| * 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
|\ | | | | | | 6456cb41 Bulletproof: Initialize members in default construtor. (Tadeas Moravec)
| * Bulletproof: Initialize members in default construtor.Tadeas Moravec2018-12-011-1/+2
| | | | | | | | Fixing a build warning on g++ 7.3.0
* | Merge pull request #4921Riccardo Spagni2018-12-121-7/+24
|\ \ | | | | | | | | | ac665418 ringct: fix dummy bulletproofs on ledger in fake mode (moneromooo-monero)
| * | ringct: fix dummy bulletproofs on ledger in fake modemoneromooo-monero2018-11-301-7/+24
| |/ | | | | | | Ledger does some basic checks on them
* | Merge pull request #4894Riccardo Spagni2018-12-042-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | aee7a4e3 wallet_rpc_server: do not use RPC data if the call failed (moneromooo-monero) 1a0733e5 windows_service: fix memory leak (moneromooo-monero) 0dac3c64 unit_tests: do not rethrow a copy of an exception (moneromooo-monero) 5d9915ab cryptonote: fix get_unit for non default settings (moneromooo-monero) d4f50cb1 remove some unused code (moneromooo-monero) 61163971 a few minor (but easy) performance tweaks (moneromooo-monero) 30023074 tests: slow_memmem now returns size_t (moneromooo-monero)
| * | a few minor (but easy) performance tweaksmoneromooo-monero2018-11-232-4/+4
| | | | | | | | | | | | Found by codacy.com
* | | Merge pull request #4892Riccardo Spagni2018-12-041-173/+173
|\ \ \ | | | | | | | | | | | | c28e3d2d rctOps: add braces to suppress warnings (stoffu)
| * | | rctOps: add braces to suppress warningsstoffu2018-11-231-173/+173
| |/ /
* | | Merge pull request #4854Riccardo Spagni2018-12-041-0/+1
|\ \ \ | |_|/ |/| | | | | bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
| * | Removed a lot of unnecessary includesMartijn Otto2018-11-151-0/+1
| | |
* | | Merge pull request #4834Riccardo Spagni2018-11-261-9/+15
|\ \ \ | |_|/ |/| | | | | 2c7195d8 bulletproofs: avoid std::vector allocations for slice (moneromooo-monero)
| * | bulletproofs: avoid std::vector allocations for slicemoneromooo-monero2018-11-091-9/+15
| |/
* | Merge pull request #4805Riccardo Spagni2018-11-161-0/+2
|\ \ | | | | | | | | | 6a1062f5 bulletproofs: reserve vector memory when known in advance (moneromooo-monero)
| * | bulletproofs: reserve vector memory when known in advancemoneromooo-monero2018-11-051-0/+2
| |/
* | Merge pull request #4804Riccardo Spagni2018-11-161-6/+3
|\ \ | | | | | | | | | 00907c39 rct: speedup commit a little (moneromooo-monero)