Skip to main content

seal

Function seal 

Source
pub fn seal(
    plaintext: &[u8],
    media_type: &str,
    kek: &[u8; 32],
    kek_id: &str,
) -> Result<Sealed, BlobError>
Expand description

Seal plaintext, minting a fresh DEK and nonces from the system CSPRNG.