aboutsummaryrefslogtreecommitdiff
path: root/src/util/hex.h
AgeCommit message (Collapse)Author
2019-04-08util/hex.h: Remove whitespace-only line (#8460)ANAND
2019-04-07util/hex.h: Reserve result space in hex_encode()starling13
Reserve enough space for the result of hex_encode() to eliminate reallocations
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2017-04-07Clang-format: fix some header files and remove them from whitelistLoic Blot
2015-02-21Move hex.h to util/Loic Blot