boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Implement algorithm::hex_lower #7064 (rebased on develop) #15

Closed nigels-com closed 8 years ago

nigels-com commented 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.

mclow commented 8 years ago

Please watch the test bots, and remind me to merge to master in a few days.