Expand description
Re-exporting Curve25519 implementations.
TODO: Eventually we should probably recommend using this code via some
key-agreement trait, but for now we are just re-using the APIs from
[x25519_dalek
].
Structs§
- Ephemeral
Secret - A curve25519 secret key that can only be used once, and that can never be inspected.
- Public
Key - A curve15519 public key.
- Shared
Secret - A shared secret negotiated using curve25519.
- Static
Keypair - A keypair containing a
StaticSecret
and its corresponding public key. - Static
Secret - A curve25519 secret key that can be used more than once, and whose value can be inspected.