pub(super) fn hex_to_hash(hex: String) -> Result<[u8; 32], Error>
Parse a hexadecimal String as a 32-byte hash.
String