read_hex_file

Function read_hex_file 

Source
fn read_hex_file<const N: usize>(
    path: &Path,
    label: &str,
) -> Result<[u8; N], CliError>
Expand description

Read one bounded fixed-size hexadecimal key file.