Skip to main content

secret_from_hex

Function secret_from_hex 

Source
pub fn secret_from_hex(hex: &str) -> Result<Vec<u8>, TokenError>
Expand description

Decode a hex string back to secret bytes.