[−][src]Module rc_crypto::agreement
Structs
Algorithm | A key agreement algorithm. |
EcKey | |
Ephemeral | The key may be used at most once. |
InputKeyMaterial | The result of a key agreement operation, to be fed into a KDF. |
KeyPair | A key pair for key agreement. |
PrivateKey | A private key for key agreement. |
PublicKey | A public key for key agreement. |
Static | The key may be used more than once. |
UnparsedPublicKey | An unparsed public key for key agreement. |
Enums
Curve |
Statics
ECDH_P256 | |
ECDH_P384 |
Traits
Lifetime | How many times the key may be used. |
Functions
agree_ |
Type Definitions
EphemeralKeyPair |