Module rustls_mbedcrypto_provider::aead
source · Expand description
Aead algorithms
Structs
- An AEAD Algorithm.
Statics
- AES-128 in GCM mode with 128-bit tags and 96 bit nonces.
- AES-256 in GCM mode with 256-bit tags and 96 bit nonces.
- ChaCha20-Poly1305 as described in RFC 8439.