Skip to main content

Crate iris_crypto

Crate iris_crypto 

Source

Re-exports§

pub use cheetah::PrivateKey;
pub use cheetah::PublicKey;
pub use cheetah::Signature;
pub use slip10::derive_master_key;
pub use slip10::ExtendedKey;

Modules§

cheetah
slip10

Structs§

Digest
Mnemonic
A mnemonic code.

Traits§

Hashable

Functions§

gen_master_key
Generate master key from entropy and salt using Argon2 + BIP39 + SLIP-10

Derive Macros§

Hashable
Derive macro for implementing the Hashable trait.