Type Definition beefy_merkle_tree::Hash

source ·
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.