Function parse_hex_string_as_word

Source
pub const fn parse_hex_string_as_word(
    hex: &str,
) -> Result<[BaseElement; 4], &'static str>