22 #ifndef NDN_CXX_SECURITY_TRANSFORM_HEX_DECODE_HPP
23 #define NDN_CXX_SECURITY_TRANSFORM_HEX_DECODE_HPP
46 convert(span<const uint8_t> hex)
final;
57 unique_ptr<Transform::OBuffer>
58 toBytes(
const uint8_t* hex,
size_t hexLen);
61 bool m_hasOddByte =
false;
62 uint8_t m_oddByte = 0;