#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

#2685 in Cryptography

Download history 2/week @ 2024-10-24 4/week @ 2024-10-31 3/week @ 2024-11-07 3/week @ 2024-11-14 8/week @ 2024-11-21 7/week @ 2024-11-28 23/week @ 2024-12-05 22/week @ 2024-12-12 7/week @ 2024-12-19 1/week @ 2024-12-26 4/week @ 2025-01-09 9/week @ 2025-01-16 1/week @ 2025-01-23 44/week @ 2025-01-30 7/week @ 2025-02-06

62 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

~4–5.5MB
~116K SLoC