Skip to main content

parse_secret_hex

Function parse_secret_hex 

Source
pub fn parse_secret_hex(secret_hex: &str) -> Result<[u8; 32], String>
Expand description

Parse a hex-encoded secret string into a 32-byte array