fn unseal_cipher(
cipher: &Cipher,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<CipherBlobV1, BlobEncryptionError>Expand description
Unseals a cipher’s blob data, returning the latest blob version.
fn unseal_cipher(
cipher: &Cipher,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<CipherBlobV1, BlobEncryptionError>Unseals a cipher’s blob data, returning the latest blob version.