mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Merge pull request #195 from isislovecruft/fix/typo-in-curve-model-docs
Fix a typo in the curve model docs.
This commit is contained in:
commit
1b116e5eae
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
//! output of an addition or doubling always lies in \\( \mathbb P\^1 \times
|
//! output of an addition or doubling always lies in \\( \mathbb P\^1 \times
|
||||||
//! \mathbb P\^1\\), and the choice of which formula to use is replaced
|
//! \mathbb P\^1\\), and the choice of which formula to use is replaced
|
||||||
//! by a choice of whether to convert the result to \\( \mathbb P\^2 \\)
|
//! by a choice of whether to convert the result to \\( \mathbb P\^2 \\)
|
||||||
//! or \\(\mathbb P\^2 \\). However, this tweak is not described in
|
//! or \\(\mathbb P\^3 \\). However, this tweak is not described in
|
||||||
//! their paper, only in their software.
|
//! their paper, only in their software.
|
||||||
//!
|
//!
|
||||||
//! Our naming for the `CompletedPoint` (\\(\mathbb P\^1 \times \mathbb
|
//! Our naming for the `CompletedPoint` (\\(\mathbb P\^1 \times \mathbb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue