summaryrefslogtreecommitdiff
path: root/tests/unit_tests/crypto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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`