Expand description
Offers a comprehensive collection of mathematical and cryptographic constants. Application Common mathematical constants functionality
Provides access to functions for accessing a collection of mathematical and cryptographic constants.
Modules§
- cmn_
macros - Re-exported macros from cmn providing access to common macros.
The
macrosmodule contains functions for generating macros. Macros for the cmn crate.
Structs§
- Common
- Re-exported
Commontype from cmn providing access to common constants. TheCommonstructure provides a central location to store data that is commonly used throughout the library. The structure implements theSerializeandDeserializetraits from theserdecrate to enable serialization and deserialization of the data. - Constants
- Re-exported
Constantsstruct from cmn providing math/crypto constants. TheConstantsstructure holds mathematical and hash constants. - Words
- Re-exported
Wordsstruct from cmn with common words list. Contains several words for use in generating passphrases.