From b96281ab12c5b1fb499b4a6f1c15040a9ad2f6fd Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Mon, 23 Jan 2017 00:29:02 -0500 Subject: [PATCH] Link needs http://www. --- src/curve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/curve.rs b/src/curve.rs index 971cdb5..61baefe 100644 --- a/src/curve.rs +++ b/src/curve.rs @@ -42,7 +42,7 @@ //! //! Up to variable naming, this is exactly the curve model introduced //! in ["Twisted Edwards Curves -//! Revisited"](iacr.org/archive/asiacrypt2008/53500329/53500329.pdf) +//! Revisited"](https://www.iacr.org/archive/asiacrypt2008/53500329/53500329.pdf) //! by Hisil, Wong, Carter, and Dawson. We can map from 𝗣^3 to 𝗣² by //! sending (W₀:W₁:W₂:W₃) to (W₁:W₂:W₃). Notice that //!