Skip to main content

decode_fixed_hex

Function decode_fixed_hex 

Source
pub fn decode_fixed_hex(
    label: &str,
    value: &str,
    expected_len: usize,
) -> Result<Vec<u8>, FixedHexError>
Expand description

Decode fixed-length hex material carried inside a pasted code.