pub fn read_private_key_from_bytes(
    bytes: &[u8]
) -> Result<PrivateKey, LockKeeperError>
Expand description

Returns the first private key found in the given bytes