| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added balance check to MLSAG/CLSAG performance tests | Sarang Noether | 2020-08-27 | 3 | -119/+257 |
| | | |||||
| * | Updated MLSAG and CLSAG tests for consistency | Sarang Noether | 2020-08-27 | 3 | -31/+63 |
| | | |||||
| * | CLSAG verification performance test | Sarang Noether | 2020-08-27 | 2 | -22/+40 |
| | | |||||
| * | CLSAG optimizations | Sarang Noether | 2020-08-27 | 1 | -2/+0 |
| | | |||||
| * | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 1 | -2/+2 |
| | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | CLSAG signatures | Sarang Noether | 2020-08-27 | 4 | -4/+196 |
| | | |||||
| * | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 28 | -28/+28 |
| |\ | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 28 | -28/+28 |
| | | | | | | | | | Update copyright year to 2020 | ||||
| * | | Merge pull request #6497 | Alexander Blair | 2020-07-19 | 2 | -2/+2 |
| |\ \ | |/ |/| | | | db8563cb performance_tests: some windows fixes (moneromooo-monero) | ||||
| | * | performance_tests: some windows fixes | moneromooo-monero | 2020-05-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Too many iterations cause std::bad_alloc for the timings vector, and the micro prefix displays as some other character, so use u. Reported by iDunk | ||||
| * | | Bulletproofs: verification speedup | Sarang Noether | 2020-04-14 | 2 | -0/+3 |
| |/ | |||||
| * | Merge pull request #5893 | luigi1111 | 2019-09-30 | 1 | -1/+1 |
| |\ | | | | | | | Coverity fixes [3a81639, 1bd962d, 2825f07, d099658, d46f701, cd57a10] (anonimal) | ||||
| | * | tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR) | anonimal | 2019-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | difficulty: fix check_hash on big endian | moneromooo-monero | 2019-09-04 | 1 | -4/+10 |
| |/ | |||||
| * | MLSAG speedup and additional checks | Sarang Noether | 2019-08-27 | 2 | -24/+8 |
| | | |||||
| * | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 2019-05-01 | 1 | -4/+4 |
| | | |||||
| * | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 2019-03-24 | 3 | -0/+76 |
| | | | | | | | Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com> | ||||
| * | Merge pull request #5192 | Riccardo Spagni | 2019-03-17 | 1 | -2/+2 |
| |\ | | | | | | | | | d0e07b3d performance_tests: fix NetBSD build (moneromooo-monero) 7d88d8f2 discontinue use of alloca (moneromooo-monero) | ||||
| | * | performance_tests: fix NetBSD build | moneromooo-monero | 2019-02-25 | 1 | -2/+2 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 27 | -27/+27 |
| | | | |||||
| * | | Merge pull request #5102 | Riccardo Spagni | 2019-03-04 | 2 | -62/+59 |
| |\ \ | | | | | | | | | | 1eef0565 performance_tests: better stats, and keep track of timing history (moneromooo-monero) | ||||
| | * | | performance_tests: better stats, and keep track of timing history | moneromooo-monero | 2019-01-28 | 2 | -62/+59 |
| | | | | |||||
| * | | | performance_tests: add tests for new Cryptonight variants | moneromooo-monero | 2019-03-04 | 2 | -10/+10 |
| | |/ |/| | |||||
| * | | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 2019-01-22 | 3 | -23/+25 |
| |/ | | | | This makes it easier to modify the bulletproof format | ||||
| * | Merge pull request #4795 | Riccardo Spagni | 2018-11-16 | 2 | -0/+6 |
| |\ | | | | | | | 5d7c2316 rct: add a zeroCommit cache for common pre-rct case (moneromooo-monero) | ||||
| | * | rct: add a zeroCommit cache for common pre-rct case | moneromooo-monero | 2018-11-04 | 2 | -0/+6 |
| | | | | | | | | | | | 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 #4732 | Riccardo Spagni | 2018-11-06 | 3 | -5/+93 |
| |\ \ | | | | | | | | | | | | | 3a056b73 performance_tests: add ge_p3_tobytes (moneromooo-monero) 30f728e3 performance_tests: measure ge_frombytes_vartime only (moneromooo-monero) | ||||
| | * | | performance_tests: add ge_p3_tobytes | moneromooo-monero | 2018-10-26 | 2 | -0/+81 |
| | | | | |||||
| | * | | performance_tests: measure ge_frombytes_vartime only | moneromooo-monero | 2018-10-26 | 1 | -5/+12 |
| | |/ | | | | | | | not an extra dynamic cast, which might be heavy | ||||
| * | | multiexp: handle pippenger multiexps with part precalc | moneromooo-monero | 2018-10-22 | 1 | -2/+2 |
| | | | |||||
| * | | performance_tests: sc_check and ge_dsm_precomp | moneromooo-monero | 2018-10-22 | 4 | -0/+60 |
| |/ | |||||
| * | Merge pull request #4459 | Riccardo Spagni | 2018-09-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero) | ||||
| * | bulletproofs: speed up the latest changes a bit | moneromooo-monero | 2018-09-11 | 2 | -0/+6 |
| | | |||||
| * | performance_tests: add padded bulletproof construction | moneromooo-monero | 2018-09-11 | 2 | -2/+14 |
| | | |||||
| * | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 2 | -17/+20 |
| | | |||||
| * | bulletproofs: reject points not in the main subgroup | moneromooo-monero | 2018-09-11 | 2 | -0/+3 |
| | | |||||
| * | Add Pippenger cache and limit Straus cache size | moneromooo-monero | 2018-09-11 | 2 | -9/+135 |
| | | |||||
| * | performance_tests: add stats and loop count multiplier options | moneromooo-monero | 2018-09-11 | 2 | -291/+383 |
| | | | | | Stats are: min, median, standard deviation | ||||
| * | performance_tests: add aggregated bulletproof tx verification | moneromooo-monero | 2018-09-11 | 2 | -0/+81 |
| | | |||||
| * | Pippenger multiexp | moneromooo-monero | 2018-09-11 | 2 | -1/+146 |
| | | | | | Based on sarang's python code | ||||
| * | performance_tests: document the tested bulletproof layouts | moneromooo-monero | 2018-09-11 | 1 | -8/+8 |
| | | |||||
| * | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
| | | | | | Also constrains bulletproofs to simple rct, for simplicity | ||||
| * | performance_tests: add signature generation/verification | moneromooo-monero | 2018-09-11 | 3 | -0/+72 |
| | | |||||
| * | bulletproofs: add aggregated verification | moneromooo-monero | 2018-09-11 | 3 | -0/+51 |
| | | | | | Ported from sarang's java code | ||||
| * | make straus cached mode thread safe, and add tests for it | moneromooo-monero | 2018-09-11 | 2 | -1/+13 |
| | | |||||
| * | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
| | | |||||
| * | performance_tests: add tx checking tests with more than 2 outputs | moneromooo-monero | 2018-09-11 | 2 | -11/+22 |
| | | |||||
| * | performance_tests: add a --verbose flag, and default to terse | moneromooo-monero | 2018-09-11 | 2 | -102/+116 |
| | | |||||
| * | add Straus multiexp | moneromooo-monero | 2018-09-11 | 3 | -0/+97 |
| | | |||||
| * | performance_tests: add crypto ops | moneromooo-monero | 2018-09-11 | 3 | -0/+133 |
| | | |||||
