| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4209 | Riccardo Spagni | 2018-09-21 | 1 | -1/+56 |
| |\ | |||||
| | * | Added features to epee::span<T> : | Lee Clagett | 2018-08-03 | 1 | -1/+56 |
| * | | Merge pull request #4391 | Riccardo Spagni | 2018-09-18 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Fix missing std::runtime_error def in difficulty.cpp | Howard Chu | 2018-09-16 | 1 | -0/+1 |
| * | | | Merge pull request #4306 | Riccardo Spagni | 2018-09-18 | 1 | -0/+7 |
| |\ \ \ | |||||
| | * | | | wipeable_string: add hex_to_pod function | moneromooo-monero | 2018-09-12 | 1 | -0/+7 |
| * | | | | api/wallet: properly disable key encryption | stoffu | 2018-09-17 | 2 | -3/+3 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #4253 | Riccardo Spagni | 2018-09-14 | 1 | -6/+6 |
| |\ \ \ | |||||
| | * | | | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 2018-09-14 | 1 | -6/+6 |
| * | | | | Merge pull request #4260 | Riccardo Spagni | 2018-09-14 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | record blackballs as amount/offset, and add export ability | moneromooo-monero | 2018-09-10 | 1 | -4/+4 |
| * | | | | | Merge pull request #4254 | Riccardo Spagni | 2018-09-14 | 1 | -0/+4 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | fuzz_tests: use __AFL_INIT when available | moneromooo-monero | 2018-08-13 | 1 | -0/+4 |
| * | | | | | Merge pull request #4219 | Riccardo Spagni | 2018-09-11 | 34 | -235/+2494 |
| |\ \ \ \ \ | |||||
| | * | | | | | bulletproofs: speed up the latest changes a bit | moneromooo-monero | 2018-09-11 | 3 | -0/+13 |
| | * | | | | | performance_tests: add padded bulletproof construction | moneromooo-monero | 2018-09-11 | 2 | -2/+14 |
| | * | | | | | core_tests: add a test for 4-aggregated BP verification | moneromooo-monero | 2018-09-11 | 3 | -0/+16 |
| | * | | | | | fuzz_tests: add a bulletproof fuzz test | moneromooo-monero | 2018-09-11 | 3 | -0/+85 |
| | * | | | | | unit_tests: add a few more multiexp unit tests | moneromooo-monero | 2018-09-11 | 1 | -2/+52 |
| | * | | | | | core_tests: add a test for a tx with empty bulletproof | moneromooo-monero | 2018-09-11 | 3 | -0/+20 |
| | * | | | | | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 14 | -253/+269 |
| | * | | | | | bulletproofs: a few fixes from the Kudelski review | moneromooo-monero | 2018-09-11 | 1 | -10/+0 |
| | * | | | | | bulletproofs: reject points not in the main subgroup | moneromooo-monero | 2018-09-11 | 3 | -0/+64 |
| | * | | | | | Add Pippenger cache and limit Straus cache size | moneromooo-monero | 2018-09-11 | 2 | -9/+135 |
| | * | | | | | add pippenger unit tests | moneromooo-monero | 2018-09-11 | 1 | -0/+55 |
| | * | | | | | performance_tests: add stats and loop count multiplier options | moneromooo-monero | 2018-09-11 | 2 | -291/+383 |
| | * | | | | | 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 |
| | * | | | | | precalc the ge_p3 representation of H | moneromooo-monero | 2018-09-11 | 1 | -0/+7 |
| | * | | | | | performance_tests: document the tested bulletproof layouts | moneromooo-monero | 2018-09-11 | 1 | -8/+8 |
| | * | | | | | unit_tests: a couple more bulletproof unit tests for gamma | moneromooo-monero | 2018-09-11 | 1 | -0/+19 |
| | * | | | | | require canonical multi output bulletproof layout | moneromooo-monero | 2018-09-11 | 3 | -13/+13 |
| | * | | | | | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 9 | -17/+590 |
| | * | | | | | aligned: aligned memory alloc/realloc/free | moneromooo-monero | 2018-09-11 | 2 | -1/+88 |
| | * | | | | | performance_tests: add signature generation/verification | moneromooo-monero | 2018-09-11 | 3 | -0/+72 |
| | * | | | | | bulletproofs: add aggregated verification | moneromooo-monero | 2018-09-11 | 5 | -0/+87 |
| | * | | | | | make straus cached mode thread safe, and add tests for it | moneromooo-monero | 2018-09-11 | 4 | -1/+163 |
| | * | | | | | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 2018-09-11 | 4 | -3/+66 |
| | * | | | | | 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 |
| | * | | | | | performance_tests: add bulletproofs | moneromooo-monero | 2018-09-11 | 3 | -0/+73 |
| | * | | | | | performance_tests: add RingCT MLSAG gen/ver tests | moneromooo-monero | 2018-09-11 | 1 | -0/+10 |
| | * | | | | | performance_tests: add (Borromean) range proofs | moneromooo-monero | 2018-09-11 | 3 | -0/+68 |
| | * | | | | | bulletproofs: multi-output bulletproofs | moneromooo-monero | 2018-09-11 | 1 | -0/+19 |
| | * | | | | | performance_tests: don't override log level to 0 | moneromooo-monero | 2018-09-11 | 1 | -1/+0 |
| * | | | | | | Merge pull request #4218 | Riccardo Spagni | 2018-09-11 | 3 | -2/+216 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Cryptonight variant 2 | SChernykh | 2018-09-09 | 3 | -2/+216 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #4293 | luigi1111 | 2018-09-10 | 2 | -1/+19 |
| |\ \ \ \ \ | |||||
