#elliptic-curve #key-exchange #x25519 #diffie-hellman #curve25519

no-std noah-x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek

1 stable release

4.0.0 Dec 29, 2022

#2501 in Cryptography


Used in 5 crates (2 directly)

BSD-3-Clause

19KB
153 lines

A fork of x25519-dalek

This crate is a fork of x25519-dalek with some dependencies updates.

Please refer to the original repository for more information. We plan to switch to x25519-dalek 4.0 when it is ready.


lib.rs:

x25519-dalek

A pure-Rust implementation of x25519 elliptic curve Diffie-Hellman key exchange, with curve operations provided by curve25519-dalek.

Dependencies

~3.5–5MB
~101K SLoC