From ccaf86ea86dd65dc3b2f312f7a5632556cda88e6 Mon Sep 17 00:00:00 2001 From: root <287494524@qq.com> Date: Tue, 6 Aug 2019 16:40:47 +0800 Subject: [PATCH] curve_models link in comment mismatch --- src/edwards.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edwards.rs b/src/edwards.rs index c60069c..53f1499 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -84,7 +84,7 @@ //! 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 +//! [curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/backend/serial/curve_models/index.html // We allow non snake_case names because coordinates in projective space are // traditionally denoted by the capitalisation of their respective