diff --git a/src/backend/mod.rs b/src/backend/mod.rs index 0e2ce3e..847b1fe 100644 --- a/src/backend/mod.rs +++ b/src/backend/mod.rs @@ -8,8 +8,7 @@ // - Isis Agora Lovecruft // - Henry de Valence -//! This module contains "backends" that contain different -//! implementations of common code for different architectures. +//! Pluggable implementations for different architectures. //! //! The naming of the `u32` and `u64` modules is somewhat unfortunate, //! since these are also the names of primitive types. Since types have diff --git a/src/constants.rs b/src/constants.rs index b4c4646..6ab40a5 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -8,7 +8,7 @@ // - Isis Agora Lovecruft // - Henry de Valence -//! This module contains various constants, such as the Ristretto and Ed25519 basepoints. +//! Various constants, such as the Ristretto and Ed25519 basepoints. //! //! Most of the constants are given with //! `LONG_DESCRIPTIVE_UPPER_CASE_NAMES`, but they can be brought into diff --git a/src/curve_models/mod.rs b/src/curve_models/mod.rs index bc89d16..f9b29d8 100644 --- a/src/curve_models/mod.rs +++ b/src/curve_models/mod.rs @@ -8,8 +8,7 @@ // - Isis Agora Lovecruft // - Henry de Valence -//! This module contains internal curve representations which are not part -//! of the public API. +//! Internal curve representations which are not part of the public API. //! //! # Curve representations //!