| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| | |
3a0451a MLSAG speedup and additional checks (SarangNoether)
|
| | | |
|
| |\ \
| |/
|/|
| |
| | |
25a7cfd add a few checks where it seems appropriate (moneromooo-monero)
1a66a86 remove unused code (moneromooo-monero)
|
| | | |
|
| |/
|
|
| |
just in case
|
| |\
| |
| |
| | |
acb68dba bulletproofs: cut down on keyV allocations (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| | |
New scheme key destination contrfol
Fix dummy decryption in debug mode
|
| |\ \
| |/
|/|
| | |
1d14b3f0 ringct: fix capitalization for scaler mult (fuwa)
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
1bc5f9fa bulletproofs: speed up vector_power_sum (moneromooo-monero)
|
| | |
| |
| |
| | |
found by sarang
|
| | |
| |
| |
| | |
This was an early ringct field, which was never used in production
|
| | |
| |
| |
| |
| |
| | |
saves space in the tx and is safe
Found by knaccc
|
| | |
| |
| |
| | |
Found by knaccc
|
| | |
| |
| |
| | |
Found by luigi1111
|
| |/
|
|
| |
This makes it easier to modify the bulletproof format
|
| |\
| |
| |
| | |
07cb574c ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple (stoffu)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
6456cb41 Bulletproof: Initialize members in default construtor. (Tadeas Moravec)
|
| | |
| |
| |
| | |
Fixing a build warning on g++ 7.3.0
|
| |\ \
| | |
| | |
| | | |
ac665418 ringct: fix dummy bulletproofs on ledger in fake mode (moneromooo-monero)
|
| | |/
| |
| |
| | |
Ledger does some basic checks on them
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
| | |
| | |
| | | |
Found by codacy.com
|
| |\ \ \
| | | |
| | | |
| | | | |
c28e3d2d rctOps: add braces to suppress warnings (stoffu)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
2c7195d8 bulletproofs: avoid std::vector allocations for slice (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6a1062f5 bulletproofs: reserve vector memory when known in advance (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
00907c39 rct: speedup commit a little (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
saves a conversion, and uses a double scalarmult instead of
two scalarmults
|
| |\ \
| |/
|/|
| | |
5d7c2316 rct: add a zeroCommit cache for common pre-rct case (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|