Skip to main content

aes128ccm_seal

Function aes128ccm_seal 

Source
pub fn aes128ccm_seal(
    key: &[u8; 16],
    nonce: &[u8; 11],
    aad: &[u8],
    plaintext: &[u8],
) -> Vec<u8> 
Expand description

AES-128-CCM seal with an 11-byte nonce ([MS-SMB2] CCM variant).