gballet / multiproof-rs

A rust implementation of Alexey Akhunov's multiproof algorithm
Apache License 2.0
32 stars 8 forks source link

Refactor node type #50

Closed gballet closed 4 years ago

gballet commented 4 years ago

This is a minor PR in preparation for the support of binary trees. KeyValueStore is replaced by NodeType, which is intended to evolve as a description of how a node behaves in a given tree.