Convert a span of std::byte to a lower‐case hexadecimal string.
Synopsis
Declared in <crypto/hex_base.h>
std::string
HexStr(std::span<std::byte const> s);
Return Value
The lower‐case hexadecimal representation of s.
Parameters
Name |
Description |
s |
The bytes to encode. |
Created with MrDocs