pub type Hash = Hash;
The hash type used commonly in the Celestia.
pub enum Hash { Sha256([u8; 32]), None, }
SHA-256 hashes
Empty hash
SHA256