Function base16ct::upper::decode_vec

source ·
pub fn decode_vec(input: impl AsRef<[u8]>) -> Result<Vec<u8>, Error>
Expand description

Decode an upper Base16 (hex) string into a byte vector.