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 remittance;
7pub mod owner;
8pub mod whitelist;
9pub mod random;
10pub mod verify;