pub fn str_hex_to_64bytes(text: &str) -> Result<[u8; 64], BaseConversionError>
Convert a hexadecimal string in an array of 64 bytes.
The hex string must only contains hex characters and produce a 64 bytes value.