Skip to main content

decrypt_object

Function decrypt_object 

Source
pub fn decrypt_object(
    key: &[u8; 32],
    blob: &[u8],
    aad: &[u8],
) -> CryptoResult<Vec<u8>>
Expand description

Decrypt a blob with VD01 envelope format.