mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Tweak module header names
This commit is contained in:
parent
80f77bbc8a
commit
576e27982f
3 changed files with 3 additions and 5 deletions
|
|
@ -8,8 +8,7 @@
|
|||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||
|
||||
//! 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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||
// - 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
|
||||
//! `LONG_DESCRIPTIVE_UPPER_CASE_NAMES`, but they can be brought into
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@
|
|||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||
|
||||
//! 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
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue