Closed nigels-com closed 8 years ago
https://svn.boost.org/trac/boost/ticket/7064
boost::algorithm::hex supports binary to hex string conversion, but as upper case ABCDEF. This adds boost::algorithm::hex_lower for lower-case hex string output.
Please watch the test bots, and remind me to merge to master in a few days.
https://svn.boost.org/trac/boost/ticket/7064
boost::algorithm::hex supports binary to hex string conversion, but as upper case ABCDEF. This adds boost::algorithm::hex_lower for lower-case hex string output.