mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +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
|
||||
///
|
||||
/// 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
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue