Module kx

Source

Structsยง

KeyExchange ๐Ÿ”’
An in-progress key exchange. This has the algorithm, our private key, and our public key.
KxGroup ๐Ÿ”’
A key-exchange group supported by ring.

Staticsยง

SECP256R1
Ephemeral ECDH on secp256r1 (aka NIST-P256)
SECP384R1
Ephemeral ECDH on secp384r1 (aka NIST-P384)
X25519
Ephemeral ECDH on curve25519 (see RFC7748)

Functionsยง

uncompressed_point ๐Ÿ”’