| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Ported from sarang's java code | |||||
| | * | | | | | 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 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | 5fd83c13 Cryptonight variant 2 (SChernykh) | |||||
| | * | | | | | Cryptonight variant 2 | SChernykh | 2018-09-09 | 3 | -2/+216 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains two modifications to improve ASIC resistance: shuffle and integer math. Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth. Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop. More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md | |||||
| * | | | | | Merge pull request #4293 | luigi1111 | 2018-09-10 | 2 | -1/+19 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 9d65399 is_hdd update (p8p) | |||||
| | * | | | | | is_hdd update | p8p | 2018-08-25 | 2 | -1/+19 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #4230 | luigi1111 | 2018-09-10 | 1 | -1024/+1024 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | 96c1de9 fixed cncrypto tests not passing after the change in random_scalar (msgmaxim) | |||||
| | * | | | | fixed cncrypto tests not passing after the change in random_scalar | Maxim Shishmarev | 2018-08-07 | 1 | -1024/+1024 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4298 | luigi1111 | 2018-09-04 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 67666b1 unit_tests: disable mlocker tests on windows (no implementation) (moneromooo-monero) | |||||
| | * | | | | unit_tests: disable mlocker tests on windows (no implementation) | moneromooo-monero | 2018-08-23 | 1 | -0/+8 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4275 | luigi1111 | 2018-09-04 | 2 | -0/+151 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 2a100fd unit_tests: add tests for incremental keccak (moneromooo-monero) | |||||
| | * | | | | unit_tests: add tests for incremental keccak | moneromooo-monero | 2018-08-20 | 2 | -0/+151 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #4264 | luigi1111 | 2018-09-04 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 0c8d8f6 unit_tests: remove std::move in return statement (moneromooo-monero) | |||||
| | * | | | | | unit_tests: remove std::move in return statement | moneromooo-monero | 2018-08-15 | 1 | -1/+1 | |
| | | |_|/ / | |/| | | | | | | | | | | | | | This actually prevents copy elision | |||||
| * | | | | | Merge pull request #4257 | luigi1111 | 2018-09-04 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | b21fdaa fuzz: set address properly (stoffu) | |||||
| | * | | | | | fuzz: set address properly | stoffu | 2018-08-14 | 1 | -0/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4245 | luigi1111 | 2018-09-04 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | 8ca1215 wallet: store trusted-daemon flag in wallet2 (stoffu) | |||||
| | * | | | | wallet: store trusted-daemon flag in wallet2 | stoffu | 2018-08-23 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | add and use constant time 32 byte equality function | moneromooo-monero | 2018-08-23 | 3 | -0/+93 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #4210 | luigi1111 | 2018-08-22 | 2 | -0/+219 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 4616cf2 Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST (vtnerd) | |||||
| | * | | | | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2018-08-02 | 2 | -0/+219 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #4200 | luigi1111 | 2018-08-22 | 1 | -1/+0 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 43f7110 blockchain_db: remove unused get_output_key variant (moneromooo-monero) | |||||
| | * | | | | blockchain_db: remove unused get_output_key variant | moneromooo-monero | 2018-07-30 | 1 | -1/+0 | |
| | | |/ / | |/| | | | | | | | | | | It was actually incorrect, as it would not return commitment | |||||
| * | | | | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 2018-08-16 | 2 | -0/+187 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This class will allow mlocking small objects, of which there may be several per page. It adds refcounting so pages are only munlocked when the last object on that page munlocks. | |||||
| * | | | | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 5 | -4/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API. | |||||
| * | | | | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 3 | -6/+231 | |
| | |_|/ |/| | | ||||||
| * | | | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 2018-08-16 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Merge pull request #4186 | luigi1111 | 2018-08-15 | 1 | -5/+9 | |
| |\ \ \ | | | | | | | | | | | | | c8226ad unit_tests: use valid key images, pub keys, etc (moneromooo-monero) | |||||
| | * | | | unit_tests: use valid key images, pub keys, etc | moneromooo-monero | 2018-07-28 | 1 | -5/+9 | |
| | |/ / | ||||||
| * | | | Merge pull request #4165 | luigi1111 | 2018-08-15 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | | | 68b1197 tests: ringdb: use system's temporary dir path (radfish) | |||||
| | * | | | tests: ringdb: use system's temporary dir path | redfish | 2018-07-22 | 1 | -4/+4 | |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes failing test during Arch package build (due to attempt to write to ~/.bitmonero/...). Prefix temp dir path with "monero-" because we are not putting it on the system, so good to identify ourselves in case the dir gets left over due to crash, etc. | |||||
| * | | | Merge pull request #4137 | luigi1111 | 2018-08-15 | 1 | -0/+8 | |
| |\ \ \ | | | | | | | | | | | | | | | | | 63e342b crypto: move null_pkey/null_skey to the cpp file (moneromooo-monero) 0496c7c crypto: do not use boost::value_initialized to init null skey/pkey (moneromooo-monero) | |||||
| | * | | | crypto: do not use boost::value_initialized to init null skey/pkey | moneromooo-monero | 2018-07-20 | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 2018-08-08 | 1 | -1/+1 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #4110 | luigi1111 | 2018-07-27 | 3 | -20/+8 | |
| |\ \ \ | | | | | | | | | | | | | 639ca3b core_tests: add --filter to select which tests to run (moneromooo-monero) | |||||
| | * | | | core_tests: add --filter to select which tests to run | moneromooo-monero | 2018-07-07 | 3 | -20/+8 | |
| | |/ / | ||||||
| * | | | Merge pull request #4097 | luigi1111 | 2018-07-27 | 2 | -0/+48 | |
| |\ \ \ | |_|/ |/| | | | | | 61caab8 crypto: remove slight bias in key generation due to modulo (moneromooo-monero) | |||||
| | * | | crypto: remove slight bias in key generation due to modulo | moneromooo-monero | 2018-07-05 | 2 | -0/+48 | |
| | |/ | ||||||
