librust-curve25519-dalek-dev - 4.1.3+4.1.3+20240618+dfsg-9
main
curve25519-dalek is 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.
.
curve25519-dalek is not intended to provide implementations
of any particular crypto protocol.
Rather, implementations of those protocols
(such as x25519-dalek and ed25519-dalek)
should use curve25519-dalek as a library.
.
curve25519-dalek is intended to provide
a clean and safe mid-level API
for use implementing a wide range of ECC-based crypto protocols,
such as key agreement, signatures, anonymous credentials, rangeproofs,
and zero-knowledge proof systems.
.
In particular, curve25519-dalek implements Ristretto,
which constructs a prime-order group
from a non-prime-order Edwards curve.
This provides the speed and safety benefits
of Edwards curve arithmetic,
without the pitfalls of cofactor-related abstraction mismatches.
.
This package contains the source for the Rust curve25519-dalek crate,
for use with cargo.