pub fn aes128ccm_open( key: &[u8; 16], nonce: &[u8; 11], aad: &[u8], ciphertext: &[u8], ) -> Option<Vec<u8>>
AES-128-CCM open; ciphertext carries the trailing 16-byte tag.
ciphertext