View Source MSSMT.NodeHash (MSSMT v0.1.1)
Module representing a node hash in the Merkle Sum Sparse Merkle Tree (MSSMT).
Summary
Types
@type t() :: <<_::256>>
Functions
@spec zero() :: t()
Returns a zero hash (hash of all zeros).
Examples
iex> MSSMT.NodeHash.zero()
<<0::256>>