Skip to main content

decrypt_object_raw

Function decrypt_object_raw 

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

Decrypt a blob to raw bytes with VD01 envelope format.