summaryrefslogtreecommitdiff
path: root/contrib/epee/src/hex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplified the implementation and features of spanLee Clagett2017-04-111-5/+5
|
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-0/+82
- 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`