Module rustls::crypto::aws_lc_rs::kx_group

source ·
Available on crate feature aws_lc_rs only.
Expand description

All defined key exchange groups supported by aws-lc-rs appear in this module.

ALL_KX_GROUPS is provided as an array of all of these values.

Statics§

  • Ephemeral ECDH on secp256r1 (aka NIST-P256)
  • Ephemeral ECDH on secp384r1 (aka NIST-P384)
  • Ephemeral ECDH on curve25519 (see RFC7748)