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
macros
module contains functions for generating macros. Macros for the cmn crate.
Structs§
- Common
- Re-exported
Common
type from cmn providing access to common constants. TheCommon
structure provides a central location to store data that is commonly used throughout the library. The structure implements theSerialize
andDeserialize
traits from theserde
crate to enable serialization and deserialization of the data. - Constants
- Re-exported
Constants
struct from cmn providing math/crypto constants. TheConstants
structure holds mathematical and hash constants. - Words
- Re-exported
Words
struct from cmn with common words list. Contains several words for use in generating passphrases.