Type Alias tcp_handler::common::AesCipher

source ·
pub type AesCipher = (AesGcm<Aes256, U12>, Nonce<U12>);
Expand description

The cipher in encryption mode. You must update this value after each call to the send/recv function.