pub fn dec( key: &SymmetricKey, nonce: &Nonce, buf: &mut [u8], auth: &[u8], ) -> Result<()>
Decrypts an authenticated ciphertext.