From da8b12a62d5e1151e18a6391e2d17a74d875801c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 29 Nov 2017 13:01:22 -0800 Subject: [PATCH] Align montgomery summary to match the edwards summary --- src/montgomery.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/montgomery.rs b/src/montgomery.rs index 94476e5..b427ff4 100644 --- a/src/montgomery.rs +++ b/src/montgomery.rs @@ -8,7 +8,7 @@ // - Isis Agora Lovecruft // - Henry de Valence -//! Montgomery arithmetic. +//! Group operations for Curve25519, in Montgomery form. //! //! Apart from the compressed point implementation //! (i.e. `CompressedMontgomeryU`), this module is a "clean room" implementation