Fix comment about Montgomery curve selection

This commit is contained in:
Sean Bowe 2018-03-08 13:03:07 -07:00
parent db28ff7ba1
commit b6e1b52a44
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//!