str_hex_to_64bytes

Function str_hex_to_64bytes 

Source
pub fn str_hex_to_64bytes(text: &str) -> Result<[u8; 64], BaseConversionError>
Expand description

Convert a hexadecimal string in an array of 64 bytes.

The hex string must only contains hex characters and produce a 64 bytes value.