Module keys

Source
Expand description

Elliptic curve cryptography keys.

Structs§

IdentityKeyPair
A “ratcheting” key pair.
KeyPair
A public-private key pair.
PreKey
An unsigned pre-key.
PreKeyList
A list of pre-keys.
PrivateKey
The private half of an elliptic curve key pair.
PublicKey
The public part of an elliptic curve key pair.
SessionSignedPreKey
A signed pre-key.