Skip to main content

decrypt_blob

Function decrypt_blob 

Source
pub fn decrypt_blob(
    tenant_key: &TenantKey,
    blob: &EncryptedBlob,
) -> Result<Vec<u8>, DecryptError>
Expand description

Decrypt blob with the tenant key.