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ยง
- SECP256
R1 - Ephemeral ECDH on secp256r1 (aka NIST-P256)
- SECP384
R1 - Ephemeral ECDH on secp384r1 (aka NIST-P384)
- X25519
- Ephemeral ECDH on curve25519 (see RFC7748)
Functionsยง
- uncompressed_
point ๐