pub type AesCipher = (AesGcm<Aes256, U12>, Nonce<U12>);
The cipher in encryption mode. You must update this value after each call to the send/recv function.