Skip to main content

parse_master_key_hex

Function parse_master_key_hex 

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

Decode a 64-byte master key from hex, erroring loudly on bad input.