aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/crypto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* build: fix build with Boost 1.85 and remove instances of viewkey logging ↵jeffro2562024-09-101-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 2022mj-xmr2022-03-041-1/+1
|
* New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-091-0/+213
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* unit_tests: don't take the address of an unwrapped secret keymoneromooo-monero2018-11-161-1/+4
|
* add and use constant time 32 byte equality functionmoneromooo-monero2018-08-231-0/+15
|
* crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero2018-07-201-0/+8
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: remove unused/unfinished keccak bitsmoneromooo-monero2017-12-191-24/+0
| | | | | The author doesn't seem to be finishing/fixing this, and it doesn't do anything.
* kaccak: remove unused return valuemoneromooo-monero2017-11-111-5/+1
|
* Added test documentation & Keccak unit testCole Lightfighter2017-09-191-0/+28
|
* Simplified the implementation and features of spanLee Clagett2017-04-111-1/+1
|
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-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`