aboutsummaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
| * | rct: speedup commit a littlemoneromooo-monero2018-11-051-6/+3
| |/ | | | | | | | | saves a conversion, and uses a double scalarmult instead of two scalarmults
* | Merge pull request #4795Riccardo Spagni2018-11-161-0/+186
|\ \ | |/ |/| | | 5d7c2316 rct: add a zeroCommit cache for common pre-rct case (moneromooo-monero)
| * rct: add a zeroCommit cache for common pre-rct casemoneromooo-monero2018-11-041-0/+186
| | | | | | | | | | This is called for every pre-rct output at blockchain sync time, and a lot of them wil hit the cache, saving a scalarmult each.
* | Merge pull request #4693Riccardo Spagni2018-11-044-611/+452
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74fb3d88 multiexp: some minor speedups (moneromooo-monero) a6d2e246 bulletproofs: only enable profiling on request (moneromooo-monero) a110e6aa multiexp: tune which variants to use for which number of points (moneromooo-monero) 8b476722 bulletproofs: speedup prover (moneromooo-monero) 6f9ae5b6 multiexp: handle pippenger multiexps with part precalc (moneromooo-monero) 10e5a927 bulletproofs: maintain -z4, -z5, and -y0 to avoid subtractions (moneromooo-monero) 8629a42c bulletproofs: rework flow to use sarang's fast batch inversion code (moneromooo-monero) fc9f7d9c bulletproofs: merge multiexps as per sarang's new python code (moneromooo-monero) 4061960a multiexp: pack the digits table when STRAUS_C is 4 (moneromooo-monero) bf8e4b98 bulletproofs: some more minor speedup (moneromooo-monero) c415df97 performance_tests: sc_check and ge_dsm_precomp (moneromooo-monero) a281b950 bulletproofs: remove single value prover (moneromooo-monero) 484155d0 bulletproofs: some more speedup (moneromooo-monero) a621d6c8 bulletproofs: random minor speedups (moneromooo-monero) a49a1761 bulletproofs: shave off a lot of scalar muls from the g/h construction (moneromooo-monero) 4564a5d1 bulletproofs: speedup PROVE (moneromooo-monero)
| * | multiexp: some minor speedupsmoneromooo-monero2018-10-221-13/+35
| | |
| * | bulletproofs: only enable profiling on requestmoneromooo-monero2018-10-221-28/+34
| | |
| * | multiexp: tune which variants to use for which number of pointsmoneromooo-monero2018-10-222-14/+30
| | |
| * | bulletproofs: speedup provermoneromooo-monero2018-10-221-17/+37
| | |
| * | multiexp: handle pippenger multiexps with part precalcmoneromooo-monero2018-10-223-19/+27
| | |
| * | bulletproofs: maintain -z4, -z5, and -y0 to avoid subtractionsmoneromooo-monero2018-10-221-11/+8
| | |
| * | bulletproofs: rework flow to use sarang's fast batch inversion codemoneromooo-monero2018-10-221-76/+153
| | |