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

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

#2744 in Cryptography

Download history 2/week @ 2024-11-13 6/week @ 2024-11-20 10/week @ 2024-11-27 22/week @ 2024-12-04 20/week @ 2024-12-11 10/week @ 2024-12-18 1/week @ 2025-01-01 3/week @ 2025-01-08 9/week @ 2025-01-15 1/week @ 2025-01-22 44/week @ 2025-01-29 8/week @ 2025-02-05 1/week @ 2025-02-12 14/week @ 2025-02-19 23/week @ 2025-02-26

53 downloads per month
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

~5–6.5MB
~141K SLoC