|
Monero
|
Convert hex in UTF8 encoding to binary. More...
#include <hex.h>
Static Public Member Functions | |
| static bool | to_string (std::string &out, boost::string_ref src) |
| static bool | to_buffer (span< std::uint8_t > out, boost::string_ref src) noexcept |
Static Private Member Functions | |
| static bool | to_buffer_unchecked (std::uint8_t *out, boost::string_ref src) noexcept |
Convert hex in UTF8 encoding to binary.
|
staticnoexcept |
|
staticprivatenoexcept |
|
static |
1.8.14