Reword Ristretto intro

This commit is contained in:
Henry de Valence 2018-01-26 14:53:31 -08:00
parent 52904b5c3e
commit 12e658401c

View file

@ -36,7 +36,10 @@
//! are a recurring source of [vulnerabilities][cryptonote] and [design //! are a recurring source of [vulnerabilities][cryptonote] and [design
//! complications][ed25519_hkd]. //! complications][ed25519_hkd].
//! //!
//! Ristretto points are represented by the `RistrettoPoint` struct. //! Instead, Ristretto uses a quotient group to implement a prime-order
//! group using a non-prime-order curve. More details are described in
//! the *Implementation* section below. Ristretto points are provided
//! in `curve25519-dalek` by the `RistrettoPoint` struct.
//! //!
//! ## Encoding and Decoding //! ## Encoding and Decoding
//! //!