pub fn decrypt_blob(
tenant_key: &TenantKey,
blob: &EncryptedBlob,
) -> Result<Vec<u8>, DecryptError>Expand description
Decrypt blob with the tenant key.
pub fn decrypt_blob(
tenant_key: &TenantKey,
blob: &EncryptedBlob,
) -> Result<Vec<u8>, DecryptError>Decrypt blob with the tenant key.