pub fn decode_reverse_hex_prefix(
reverse_hex: impl AsRef<[u8]>,
) -> Option<(Vec<u8>, bool)>
Expand description
Decodes reverse_hex
as hex string prefix using z-k
“digits”. The output
may have odd-length byte. Returns (bytes, has_odd_byte)
.