Description
Use Curve25519 and Ed25519 cryptographic operations from Python through a wrapper around a lower-level library. It supports applications that need modern elliptic-curve key exchange or signatures.
Cryptographic APIs are easy to misuse. Prefer reviewed protocols, protect private keys, and avoid inventing custom security designs around primitives.