Skip to main content

Hash

Type Alias Hash 

Source
pub type Hash = Hash;
Expand description

The hash type used commonly in the Celestia.

Aliased Type§

pub enum Hash {
    Sha256([u8; 32]),
    None,
}

Variants§

§

Sha256([u8; 32])

SHA-256 hashes

§

None

Empty hash