pub fn read_key_from_bytes_with_options(
bytes: &[u8],
options: KeyReadOptions,
) -> Result<Key, KeyBinaryError>Expand description
Reads a KEY index from bytes with explicit options.
pub fn read_key_from_bytes_with_options(
bytes: &[u8],
options: KeyReadOptions,
) -> Result<Key, KeyBinaryError>Reads a KEY index from bytes with explicit options.