verity_ic/
lib.rs

1
2
3
4
5
6
7
8
9
10
//! 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;