Module kx_group

Module kx_group 

Source
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. DEFAULT_KX_GROUPS is provided as an array of this provider’s defaults.

Statics§

MLKEM768
This is the MLKEM key encapsulation mechanism in NIST with security category 3.
MLKEM1024
This is the MLKEM key encapsulation mechanism in NIST with security category 5.
SECP256R1
Ephemeral ECDH on secp256r1 (aka NIST-P256)
SECP256R1MLKEM768
This is the SECP256R1MLKEM768 key exchange.
SECP384R1
Ephemeral ECDH on secp384r1 (aka NIST-P384)
X25519
Ephemeral ECDH on curve25519 (see RFC7748)
X25519MLKEM768
This is the X25519MLKEM768 key exchange.