Fix comment about Montgomery curve selection
This commit is contained in:
parent
db28ff7ba1
commit
b6e1b52a44
|
@ -5,7 +5,7 @@
|
|||
//! value `A` is the smallest integer choice such that:
|
||||
//!
|
||||
//! * `(A - 2) / 4` is a small integer (`10240`).
|
||||
//! * `A^2 - 4` is quadratic residue.
|
||||
//! * `A^2 - 4` is quadratic nonresidue.
|
||||
//! * The group order of the curve and its quadratic twist has a large
|
||||
//! prime factor.
|
||||
//!
|
||||
|
|
Loading…
Reference in New Issue