pub fn decrypt_blob(
state: &SharedKmsState,
account_id: &str,
ciphertext: &[u8],
) -> Result<Vec<u8>, KmsApiError>Expand description
Decrypt a blob produced by encrypt_blob.
pub fn decrypt_blob(
state: &SharedKmsState,
account_id: &str,
ciphertext: &[u8],
) -> Result<Vec<u8>, KmsApiError>Decrypt a blob produced by encrypt_blob.