Module common

Source
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. The Common structure provides a central location to store data that is commonly used throughout the library. The structure implements the Serialize and Deserialize traits from the serde crate to enable serialization and deserialization of the data.
Constants
Re-exported Constants struct from cmn providing math/crypto constants. The Constants 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.

Functions§

run
Re-exported run() function from cmn. This is the main entry point for the Common (CMN) library.