fn decode_hex_array<const N: usize>( value: &str, label: &str, ) -> Result<[u8; N], CliError>
Decode one fixed-size hexadecimal key or signature.