summaryrefslogtreecommitdiff
path: root/contrib/epee/src/hex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-3/+7
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* 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`