verity_ic/lib.rs
//! This module serves as the main entry point for the verity_ic library.
//! It includes various submodules that provide functionality related to
//! the Verity project and the Internet Computer ecosystem.
pub mod crypto;
pub mod remittance;
pub mod owner;
pub mod whitelist;
pub mod random;
pub mod verify;