From 7b378ada6bfacb237cfae2d24a0df4046a171959 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 5 Oct 2017 01:46:42 +0000 Subject: [PATCH] Rephrase doc note on exceptional projective Montgomery points. --- src/montgomery.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/montgomery.rs b/src/montgomery.rs index ba3d556..c42fb42 100644 --- a/src/montgomery.rs +++ b/src/montgomery.rs @@ -267,9 +267,10 @@ impl Equal for MontgomeryPoint { /// /// # Note /// -/// All points, except for `(X:W) = (0:0)`, are valid, since the projective -/// model is linear through the origin and is comprised by all `X` in -/// ℤ/(2²⁵⁵-19). +/// All projective points, except for `(X:W) = (0:0)`, are valid, since the +/// projective model is linear through the origin and is comprised by all `X` in +/// ℤ/(2²⁵⁵-19), thus `(0:0)` is the only element in Fₚ² which is not a +/// projective point. /// /// # Returns ///