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

enc

Function enc 

Source
pub fn enc<P>(
    key: &Aes256Key,
    data: &[u8],
) -> Result<(HmacSha256Output, Aes256CbcIv, Vec<u8>), InvalidLength>