Module tlspuffin::tls::rustls::tls12::cipher

source ·

Structs

The RFC7905/RFC7539 ChaCha20Poly1305 construction. This implementation does the AAD construction required in TLS1.2. TLS1.3 uses TLS13MessageDecrypter.
The RFC7905/RFC7539 ChaCha20Poly1305 construction. This implementation does the AAD construction required in TLS1.2. TLS1.3 uses TLS13MessageEncrypter.
A MessageDecrypter for AES-GCM AEAD ciphersuites. TLS1.2 only.
A MessageEncrypter for AES-GCM AEAD ciphersuites. TLS 1.2 only.

Constants

Traits

Functions