fn seal_cipher(
view: &CipherView,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<String, BlobEncryptionError>Expand description
Seals a CipherView into an opaque blob string.
fn seal_cipher(
view: &CipherView,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<String, BlobEncryptionError>Seals a CipherView into an opaque blob string.