pub fn read_key_from_bytes(bytes: &[u8]) -> Result<Key, KeyBinaryError>Expand description
Reads a KEY index from bytes.
ยงErrors
The same as read_key_from_bytes_with_options under
KeyReadMode::CanonicalK1.
pub fn read_key_from_bytes(bytes: &[u8]) -> Result<Key, KeyBinaryError>Reads a KEY index from bytes.
The same as read_key_from_bytes_with_options under
KeyReadMode::CanonicalK1.