From 819a85ef1885ec8fb24a5d12a37bdba9e78590d2 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 13 Sep 2018 22:44:41 +0000 Subject: [PATCH] Fix a typo in the curve model docs. --- src/curve_models/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/curve_models/mod.rs b/src/curve_models/mod.rs index d2ded64..3f68132 100644 --- a/src/curve_models/mod.rs +++ b/src/curve_models/mod.rs @@ -97,7 +97,7 @@ //! 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 //! 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. //! //! Our naming for the `CompletedPoint` (\\(\mathbb P\^1 \times \mathbb