#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

#2258 in Cryptography

Download history 44/week @ 2024-01-01 5/week @ 2024-01-08 4/week @ 2024-01-15 18/week @ 2024-01-22 4/week @ 2024-01-29 7/week @ 2024-02-05 21/week @ 2024-02-12 33/week @ 2024-02-19 47/week @ 2024-02-26 36/week @ 2024-03-04 28/week @ 2024-03-11 32/week @ 2024-03-18 35/week @ 2024-03-25 62/week @ 2024-04-01 23/week @ 2024-04-08 53/week @ 2024-04-15

175 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

~6.5MB
~133K SLoC