| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: fix build with Boost 1.85 and remove instances of viewkey logging ↵ | jeffro256 | 2024-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | [RELEASE] 1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs 2. Removed reimplementation of std::hash for boost::uuids::uuid 3. Removed << operator overload for crypto::secret_key 4. Removed instances in code where private view key was dumped to the log in plaintext Release version of #9450, containing C++14 modified assertions | ||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | New add_aux_pow RPC to support merge mining | moneromooo-monero | 2021-02-09 | 1 | -0/+213 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | unit_tests: don't take the address of an unwrapped secret key | moneromooo-monero | 2018-11-16 | 1 | -1/+4 |
| | | |||||
| * | add and use constant time 32 byte equality function | moneromooo-monero | 2018-08-23 | 1 | -0/+15 |
| | | |||||
| * | crypto: do not use boost::value_initialized to init null skey/pkey | moneromooo-monero | 2018-07-20 | 1 | -0/+8 |
| | | |||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | tests: remove unused/unfinished keccak bits | moneromooo-monero | 2017-12-19 | 1 | -24/+0 |
| | | | | | | The author doesn't seem to be finishing/fixing this, and it doesn't do anything. | ||||
| * | kaccak: remove unused return value | moneromooo-monero | 2017-11-11 | 1 | -5/+1 |
| | | |||||
| * | Added test documentation & Keccak unit test | Cole Lightfighter | 2017-09-19 | 1 | -0/+28 |
| | | |||||
| * | Simplified the implementation and features of span | Lee Clagett | 2017-04-11 | 1 | -1/+1 |
| | | |||||
| * | Improvements for epee binary to hex functions: | Lee Clagett | 2017-04-11 | 1 | -0/+75 |
| - Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex` | |||||
