parse_hex_string_as_word

Function parse_hex_string_as_word 

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

Parses a hex string into a [Felt; 4] array.