From a271ff907de2c0219e43ddafa70a537833c6366f Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 22 Feb 2018 15:37:16 -0800 Subject: [PATCH] add link to curve models docs --- src/edwards.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/edwards.rs b/src/edwards.rs index 4a4914e..9f28eb6 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -68,7 +68,8 @@ //! The Edwards arithmetic is implemented using the “extended twisted //! coordinates” of Hisil, Wong, Carter, and Dawson, and the //! corresponding complete formulas. For more details, -//! see the `curve_models` submodule of the internal documentation. +//! see the [`curve_models` submodule][curve_models] +//! of the internal documentation. //! //! ## Validity Checking //! @@ -80,6 +81,8 @@ //! unrepresentable: `EdwardsPoint` objects can only be created via //! successful decompression of a compressed point, or else by //! operations on other (valid) `EdwardsPoint`s. +//! +//! [curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/curve_models/index.html // We allow non snake_case names because coordinates in projective space are // traditionally denoted by the capitalisation of their respective