Type Definition ic_certified_map::Hash[][src]

pub type Hash = [u8; 32];
Expand description

SHA-256 hash bytes.

Trait Implementations

Returns the root hash of the tree without constructing it. Must be equivalent to as_hash_tree().reconstruct(). Read more

Constructs a hash tree corresponding to the data.