View Source MSSMT.NodeHash (MSSMT v0.1.1)

Module representing a node hash in the Merkle Sum Sparse Merkle Tree (MSSMT).

Summary

Functions

Returns a zero hash (hash of all zeros).

Types

@type t() :: <<_::256>>

Functions

@spec zero() :: t()

Returns a zero hash (hash of all zeros).

Examples

iex> MSSMT.NodeHash.zero()
<<0::256>>