Module mini_functions::common

source ·
Expand description

Provides access to functions for accessing a 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

  • Re-exported macros from cmn providing access to common macros. The macros module contains functions for generating macros. Macros for the cmn crate.

Structs

  • 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.
  • Re-exported Constants struct from cmn providing math/crypto constants. The Constants structure holds mathematical and hash constants.
  • Re-exported Words struct from cmn with common words list. Contains several words for use in generating passphrases.

Functions

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