aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/crypto.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-19tests: remove unused/unfinished keccak bitsmoneromooo-monero1-24/+0
The author doesn't seem to be finishing/fixing this, and it doesn't do anything.
2017-11-11kaccak: remove unused return valuemoneromooo-monero1-5/+1
2017-09-19Added test documentation & Keccak unit testCole Lightfighter1-0/+28
2017-04-11Simplified the implementation and features of spanLee Clagett1-1/+1
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-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`