Skip to main content

unseal_cipher

Function unseal_cipher 

Source
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.