pub const fn parse_hex_string_as_word( hex: &str, ) -> Result<[BaseElement; 4], &'static str>
Parses a hex string into a [Felt; 4] array.
[Felt; 4]