//! Defines the prefixes for the various HashTypes, as well as the traits
//! which unify them
use crateHoloHashResult;
pub use *;
pub use *;
/// Every HoloHash is generic over HashType.
/// Additionally, every HashableContent has an associated HashType.
/// The HashType is the glue that binds together HashableContent with its hash.
/// HashTypes whose content are hashable synchronously, i.e. the content is guaranteed to be small
/// HashTypes whose content are only hashable asynchronously, i.e. the content is unbounded in size