A fork of x25519-dalek with updated rand_core dependency for X25519 elliptic curve Diffie-Hellman key exchange.
# Cargo.toml
[dependencies]
x25519-dalek-ng = "1.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate an X25519 ephemeral secret key
Add rand_core with 'getrandom' feature or use OsRng.
No dependency data recorded yet.