Skip to main content

decrypt_blob

Function decrypt_blob 

Source
pub fn decrypt_blob(
    state: &SharedKmsState,
    account_id: &str,
    ciphertext: &[u8],
) -> Result<Vec<u8>, KmsApiError>
Expand description

Decrypt a blob produced by encrypt_blob.