Module ssb_crypto::ephemeral[][src]

Expand description

Ephemeral (curve25519) keys and operations for deriving shared secrets via Elliptic-curve Diffie–Hellman

Structs

The public half of an ephemeral key pair.

The secret half of an ephemeral key pair; used for deriving a short-term shared secret for secure communication.

A secret that’s shared by two participants in a secure communication, derived from their respective key pairs.

Functions