Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

dec

Function dec 

Source
pub fn dec<P>(
    key: &Aes256Key,
    mac: &HmacSha256Output,
    iv: &Aes256CbcIv,
    ciphertext: &[u8],
) -> Option<Vec<u8>>