Module ring::ec::curve25519::x25519
source ยท Expand description
X25519 Key agreement.
Constantsยง
- ELEM_AND_SCALAR_LEN ๐
- PRIVATE_KEY_LEN ๐
- PUBLIC_KEY_LEN ๐
- SHARED_SECRET_LEN ๐
Staticsยง
- CURVE25519 ๐
- X25519 (ECDH using Curve25519) as described in RFC 7748.
Functionsยง
- x25519_ecdh ๐
Type Aliasesยง
- PrivateKey ๐
- PublicKey ๐
- SharedSecret ๐