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