A pure-Rust implementation of group operations on ristretto255 and Curve25519
# Cargo.toml
[dependencies]
curve25519-dalek = "4.1.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a random Ristretto point and adds the base point.
Add `rand_core` as a dependency or enable the `rand` feature.
No dependency data recorded yet.