HashBytes

Type Alias HashBytes 

Source
pub type HashBytes = [u8; 64];
Expand description

Convenience alias for hash output bytes.

Trait Implementations§

Source§

impl From<RootHash> for HashBytes

Source§

fn from(value: RootHash) -> Self

Converts to this type from the input type.