pub trait KeyPair { type SecretKey; type PublicKey; }
An elliptic curve key pair.
Creates a formal relationship between public and secret types.
An ECDH secret key.
An ECDH public key.