mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Reword Ristretto intro
This commit is contained in:
parent
52904b5c3e
commit
12e658401c
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@
|
|||
//! are a recurring source of [vulnerabilities][cryptonote] and [design
|
||||
//! 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
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue