mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Rephrase doc note on exceptional projective Montgomery points.
This commit is contained in:
parent
5e6e6c3fa8
commit
7b378ada6b
1 changed files with 4 additions and 3 deletions
|
|
@ -267,9 +267,10 @@ impl Equal for MontgomeryPoint {
|
||||||
///
|
///
|
||||||
/// # Note
|
/// # Note
|
||||||
///
|
///
|
||||||
/// All points, except for `(X:W) = (0:0)`, are valid, since the projective
|
/// All projective points, except for `(X:W) = (0:0)`, are valid, since the
|
||||||
/// model is linear through the origin and is comprised by all `X` in
|
/// projective model is linear through the origin and is comprised by all `X` in
|
||||||
/// ℤ/(2²⁵⁵-19).
|
/// ℤ/(2²⁵⁵-19), thus `(0:0)` is the only element in Fₚ² which is not a
|
||||||
|
/// projective point.
|
||||||
///
|
///
|
||||||
/// # Returns
|
/// # Returns
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue