Tweak module header names

This commit is contained in:
Henry de Valence 2018-01-25 18:00:27 -08:00
parent 80f77bbc8a
commit 576e27982f
3 changed files with 3 additions and 5 deletions

View file

@ -8,8 +8,7 @@
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - Isis Agora Lovecruft <isis@patternsinthevoid.net>
// - Henry de Valence <hdevalence@hdevalence.ca> // - Henry de Valence <hdevalence@hdevalence.ca>
//! This module contains "backends" that contain different //! Pluggable implementations for different architectures.
//! implementations of common code for different architectures.
//! //!
//! The naming of the `u32` and `u64` modules is somewhat unfortunate, //! The naming of the `u32` and `u64` modules is somewhat unfortunate,
//! since these are also the names of primitive types. Since types have //! since these are also the names of primitive types. Since types have

View file

@ -8,7 +8,7 @@
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - Isis Agora Lovecruft <isis@patternsinthevoid.net>
// - Henry de Valence <hdevalence@hdevalence.ca> // - Henry de Valence <hdevalence@hdevalence.ca>
//! 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 //! Most of the constants are given with
//! `LONG_DESCRIPTIVE_UPPER_CASE_NAMES`, but they can be brought into //! `LONG_DESCRIPTIVE_UPPER_CASE_NAMES`, but they can be brought into

View file

@ -8,8 +8,7 @@
// - Isis Agora Lovecruft <isis@patternsinthevoid.net> // - Isis Agora Lovecruft <isis@patternsinthevoid.net>
// - Henry de Valence <hdevalence@hdevalence.ca> // - Henry de Valence <hdevalence@hdevalence.ca>
//! This module contains internal curve representations which are not part //! Internal curve representations which are not part of the public API.
//! of the public API.
//! //!
//! # Curve representations //! # Curve representations
//! //!