#curve25519 #ristretto #ristretto255 #crypto

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

#2120 in Cryptography

Download history 18/week @ 2024-01-12 18/week @ 2024-01-19 20/week @ 2024-01-26 14/week @ 2024-02-02 23/week @ 2024-02-09 55/week @ 2024-02-16 41/week @ 2024-02-23 50/week @ 2024-03-01 39/week @ 2024-03-08 45/week @ 2024-03-15 42/week @ 2024-03-22 69/week @ 2024-03-29 41/week @ 2024-04-05 62/week @ 2024-04-12 59/week @ 2024-04-19 54/week @ 2024-04-26

227 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

~4–6MB
~122K SLoC