pub fn encrypt_blob(
tenant_key: &TenantKey,
plaintext: &[u8],
) -> Result<EncryptedBlob, EncryptError>Expand description
Encrypt plaintext with the tenant key.
pub fn encrypt_blob(
tenant_key: &TenantKey,
plaintext: &[u8],
) -> Result<EncryptedBlob, EncryptError>Encrypt plaintext with the tenant key.