Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Turn insert_leaf into self.insert + add tree trait * First attempt at implementing the iterator * Attempt at rewrite * Rewrite iterator so that it works * Move `trait Tree` to its own module Also, set the number of children reported by Node::Branch to 16 instead of the number of non-empty nodes. * Remove insert_leaf and associated code duplication * multiproof generation independent from tree type * Fix test build * Fix cargo build * Fix unit tests This commit effectively makes the parameter in LEAF() obsolete, because it is assumed that the leaf only contains the label that it needs.
- Loading branch information