//! A collection of types related to the Internet Computer Protocol.
//!
//! If you need support for the serde library, you will need to use the `serde` feature
//! (available by default).
pub type Sha256Digest = ;
/// Principal related types and traits.
pub use ;
/// Hash Tree types and traits.
pub use HashTree;