Expand description
TLS Key Exchange implementations.
Provides ECDHE (P-256, X25519) and DHE key exchange for TLS handshakes. Each key exchange generates an ephemeral keypair and computes a shared secret.
Modules§
- ecdhe
- ECDHE key exchange implementations.
Structs§
- KxResult
- Result of a key exchange operation.
Enums§
- KxAlgorithm
- Key exchange algorithm identifier.
Traits§
- KeyExchange
- Key exchange group trait.