pub fn decode_vec(input: impl AsRef<[u8]>) -> Result<Vec<u8>, Error>
Decode a lower Base16 (hex) string into a byte vector.