Skip to main content

decrypt_blob

Function decrypt_blob 

Source
pub fn decrypt_blob(
    ciphertext: &[u8],
    dek: &[u8; 32],
    export_id: &[u8; 16],
    hash: &str,
) -> Result<Vec<u8>>
Expand description

Decrypt a blob given the DEK, export_id, and hash