Type Definition beefy_merkle_tree::Hash [−][src]
pub type Hash = [u8; 32];
Expand description
Supported hashing output size.
The size is restricted to 32 bytes to allow for a more optimised implementation.
pub type Hash = [u8; 32];
Supported hashing output size.
The size is restricted to 32 bytes to allow for a more optimised implementation.