Pure Rust implementation of X25519 elliptic curve Diffie-Hellman key exchange using curve25519-dalek.
# Cargo.toml
[dependencies]
x25519-dalek = "2.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs X25519 key exchange between two parties.
Use `StaticSecret` instead of `EphemeralSecret` for persistent keys.
No dependency data recorded yet.