#cryptography #crypto #ristretto #curve25519 #ristretto255

no-std noah-curve25519-dalek

A pure-Rust implementation of group operations on ristretto255 and Curve25519

1 stable release

Uses old Rust 2015

4.0.0 Dec 29, 2022

#727 in Cryptography

Download history 174/week @ 2022-12-24 109/week @ 2022-12-31 25/week @ 2023-01-07 29/week @ 2023-01-14 88/week @ 2023-01-21 49/week @ 2023-01-28 48/week @ 2023-02-04 30/week @ 2023-02-11 48/week @ 2023-02-18 6/week @ 2023-02-25 70/week @ 2023-03-04 14/week @ 2023-03-11 26/week @ 2023-03-18 14/week @ 2023-03-25

124 downloads per month
Used in 8 crates (7 directly)

BSD-3-Clause

1MB
25K SLoC

A fork of curve25519-dalek in Noah

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

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


lib.rs:

curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519.

curve25519-dalek is a library providing group operations on the Edwards and Montgomery forms of Curve25519, and on the prime-order Ristretto group.

Dependencies

~3–4.5MB
~100K SLoC