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