pub type Hash = HashBytes<PureHashMarker>;
Expand description

A Sha256 with no specific meaning.

Aliased Type§

struct Hash {
    pub bytes: [u8; 32],
    /* private fields */
}

Fields§

§bytes: [u8; 32]