Skip to main content

aes256ccm_open

Function aes256ccm_open 

pub fn aes256ccm_open(
    key: &[u8; 32],
    nonce: &[u8; 11],
    aad: &[u8],
    ciphertext: &[u8],
) -> Option<Vec<u8>>
Expand description

AES-256-CCM open; ciphertext carries the trailing 16-byte tag.