pub fn decrypt_blob( ciphertext: &[u8], dek: &[u8; 32], export_id: &[u8; 16], hash: &str, ) -> Result<Vec<u8>>
Decrypt a blob given the DEK, export_id, and hash