| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ringct: fix trunc_amount field name change | jeffro256 | 2024-03-11 | 1 | -1/+1 |
| | | | | | Caused in commit 05231400cebfeedbbc0a5386f38a033bba6314b3, PR #9035. | ||||
| * | Zero initialize rctSigBase elements | Lee *!* Clagett | 2024-02-06 | 1 | -0/+4 |
| | | |||||
| * | ringct: make `rctSigBase` serialization follow strict aliasing rule | jeffro256 | 2023-10-24 | 1 | -3/+9 |
| | | | | | | Accessing an object of type `char` thru an lvalue of type `crypto::hash8` is undefined behavior. https://developers.redhat.com/blog/2020/06/03/the-joys-and-perils-of-aliasing-in-c-and-c-part-2 | ||||
| * | verRctNonSemanticsSimpleCached: fix fragility | Jeffrey Ryan | 2023-03-17 | 3 | -38/+8 |
| | | |||||
| * | Cache successful `verRctNonSemanticsSimple` calls | SChernykh | 2022-12-20 | 2 | -0/+38 |
| | | |||||
| * | Second thread pool for IO | SChernykh | 2022-09-20 | 1 | -3/+3 |
| | | |||||
| * | multisig: fix critical vulnerabilities in signing | anon | 2022-06-30 | 2 | -146/+37 |
| | | |||||
| * | wallet2: speedup large tx construction: no pointless clsag generation | Crypto City | 2022-05-13 | 1 | -1/+12 |
| | | | | | 4.1 seconds -> 3.3 seconds on a test case | ||||
| * | Merge pull request #8302 | luigi1111 | 2022-05-10 | 2 | -2/+2 |
| |\ | | | | | | | 41da2fe Update copyright to 2022 for Hardfork files (Akrit) | ||||
| | * | Update copyright to 2022 for Hardfork files | Akrit | 2022-04-29 | 2 | -2/+2 |
| | | | | | | | | | Update Makefile and LICENSE | ||||
| * | | Merge pull request #8293 | luigi1111 | 2022-05-10 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | 4f08bcd refactor(bp+): save one inversion, use sc_muladd (Dusan Klinec) | ||||
| | * | | refactor(bp+): save one inversion, use sc_muladd | Dusan Klinec | 2022-04-26 | 1 | -3/+3 |
| | |/ | |||||
| * / | Preserve commitment format inside transactions | Luke Parker | 2022-04-21 | 1 | -16/+3 |
| |/ | |||||
| * | CMake: Add missing headers via monero_find_all_headers macro | mj-xmr | 2022-04-06 | 1 | -6/+1 |
| | | |||||
| * | Merge pull request #8197 | luigi1111 | 2022-04-06 | 7 | -7/+9 |
| |\ | | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr) | ||||
| | * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 7 | -7/+9 |
| | | | |||||
| * | | bulletproofs+: some minor cleanup from vtnerd's review | moneromooo-monero | 2022-04-05 | 1 | -11/+2 |
| | | | |||||
| * | | store outPk/8 in the tx for speed | moneromooo-monero | 2022-04-05 | 1 | -4/+17 |
| | | | | | | | | | | | | | It avoids dividing by 8 when deserializing a tx, which is a slow operation, and multiplies by 8 when verifying and extracing the amount, which is much faster as well as less frequent | ||||
| * | | ringct: port some of vtnerd's review changes from BP+ to BP | moneromooo-monero | 2022-04-05 | 1 | -13/+11 |
| | | | |||||
| * | | ringct: a few minor optimizations from review | moneromooo-monero | 2022-04-05 | 1 | -18/+15 |
| | | | |||||
| * | | plug bulletproofs plus into consensus | moneromooo-monero | 2022-04-05 | 4 | -76/+276 |
| | | | |||||
| * | | Updates from security audit | Sarang Noether | 2022-04-04 | 1 | -2/+10 |
| | | | | | | | | | https://suyash67.github.io/homepage/assets/pdfs/bulletproofs_plus_audit_report_v1.1.pdf | ||||
| * | | Precompute initial transcript hash | Sarang Noether | 2022-04-04 | 1 | -13/+11 |
| | | | |||||
| * | | Bulletproofs+ | Sarang Noether | 2022-04-04 | 4 | -2/+1221 |
| |/ | |||||
| * | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵ | koe | 2022-01-25 | 1 | -2/+2 |
| | | | | | haven't been reduced by the field order | ||||
| * | ringct: silence unused variable warning | selsta | 2021-08-19 | 1 | -1/+1 |
| | | |||||
| * | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 2021-01-23 | 1 | -4/+4 |
| | | |||||
| * | Remove unused variables in monero codebase | Kevin Barbour | 2021-02-09 | 2 | -5/+0 |
| | | | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects. | ||||
| * | Fixed issues found by static analysis | SChernykh | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | - rolling_median: tried to free uninitialized pointer in a constructor - net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv - bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there | ||||
| * | fix a couple bugs found by OSS-fuzz | moneromooo-monero | 2020-09-24 | 1 | -0/+6 |
| | | | | | | - index out of bounds when importing outputs - accessing invalid CLSAG data | ||||
| * | Merge pull request #6757 | luigi1111 | 2020-09-03 | 1 | -6/+9 |
| |\ | | | | | | | 6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero) | ||||
| | * | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 2020-09-01 | 1 | -6/+9 |
| | | | | | | | | | | | Those would, if uncaught, exit run and leave the waiter to wait indefinitely for the number of active jobs to reach 0 | ||||
| * | | ringct: fix CLSAG serialization after boost/epee changes | moneromooo-monero | 2020-08-28 | 2 | -1/+2 |
| | | | | | | | | | also fix a an assert message refering t MLSAG | ||||
| * | | CLSAG device support | Sarang Noether | 2020-08-27 | 2 | -21/+16 |
| | | | |||||
| * | | CLSAG optimizations | Sarang Noether | 2020-08-27 | 2 | -132/+139 |
| | | | |||||
| * | | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 4 | -60/+265 |
| | | | | | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | | CLSAG signatures | Sarang Noether | 2020-08-27 | 5 | -0/+277 |
| | | | |||||
| * | | replace most boost serialization with existing monero serialization | moneromooo-monero | 2020-08-17 | 1 | -1/+28 |
| |/ | | | | | | | | | | | | | | | | | | | | | | This reduces the attack surface for data that can come from malicious sources (exported output and key images, multisig transactions...) since the monero serialization is already exposed to the outside, and the boost lib we were using had a few known crashers. For interoperability, a new load-deprecated-formats wallet setting is added (off by default). This allows loading boost format data if there is no alternative. It will likely go at some point, along with the ability to load those. Notably, the peer lists file still uses the boost serialization code, as the data it stores is define in epee, while the new serialization code is in monero, and migrating it was fairly hairy. Since this file is local and not obtained from anyone else, the marginal risk is minimal, but it could be migrated later if needed. Some tests and tools also do, this will stay as is for now. | ||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 5 | -5/+5 |
| | | | | | Update copyright year to 2020 | ||||
| * | Merge pull request #6441 | luigi1111 | 2020-05-05 | 2 | -1/+7 |
| |\ | | | | | | | 613071f use memwipe on secret k/alpha values (moneromooo-monero) | ||||
| | * | use memwipe on secret k/alpha values | moneromooo-monero | 2020-04-15 | 2 | -1/+7 |
| | | | | | | | | | Reported by UkoeHB_ and sarang | ||||
| * | | Bulletproofs: verification speedup | Sarang Noether | 2020-04-14 | 3 | -8/+25 |
| |/ | |||||
| * | Merge pull request #6339 | luigi1111 | 2020-04-04 | 1 | -1/+1 |
| |\ | | | | | | | c61abf8 remove empty statements (shopglobal) | ||||
| | * | remove empty statements | Interchained | 2020-02-17 | 1 | -1/+1 |
| | | | | | | | | | Cleaning up a little around the code base. | ||||
| * | | Hash domain separation | Sarang Noether | 2020-04-01 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #6049 | luigi1111 | 2019-12-12 | 1 | -34/+27 |
| |\ | | | | | | | | | 45fd72b Updated paper references (SarangNoether) 277003f Minor prover simplification (SarangNoether) | ||||
| | * | Updated paper references | Sarang Noether | 2019-10-28 | 1 | -24/+22 |
| | | | |||||
| | * | Minor prover simplification | Sarang Noether | 2019-10-28 | 1 | -10/+5 |
| | | | |||||
| * | | make d2h et al. constant-time | Jethro Grassie | 2019-11-19 | 1 | -30/+8 |
| |/ | |||||
| * | cryptonote: add function to get weight from a pruned tx | moneromooo-monero | 2019-10-11 | 1 | -0/+1 |
| | | | | | | The weight of the prunable data is deterministic from the unpruned data, so it can be determined from a pruned tx | ||||
