Skip to main content

decrypt_object_parse

Function decrypt_object_parse 

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

Decrypt a blob and parse a CBOR-encoded type with VD01 envelope format.