Convert a span of std::byte to a lower-case hexadecimal string.
Declared in <crypto/hex_base.h>
<crypto/hex_base.h>
std::string HexStr(std::span<std::byte const> s);
The lower-case hexadecimal representation of s.
s.