merkel v1.0.5 Merkel.Helper
Module assists in tree creation
Link to this section Summary
Functions
Public helper to create the tree with an option to specify and vary the heavier tree side when we don't have an equal number of nodes :)
Link to this section Types
Link to this section Functions
Link to this function
create_tree(list, toggle_acc \\ {false, false})
Public helper to create the tree with an option to specify and vary the heavier tree side when we don't have an equal number of nodes :)
Link to this function
inner(l, r, s_key)
inner(Merkel.BinaryNode.t(), Merkel.BinaryNode.t(), key()) :: Merkel.BinaryNode.t()