novifinancial / smtree

An api for constructing sparse Merkle tree accumulators with random sampling capabilities.
MIT License
24 stars 5 forks source link

[TreeIndex] TreeIndex from_u32 constructor #10

Closed kchalkias closed 3 years ago

kchalkias commented 3 years ago

Addressing Issue https://github.com/novifinancial/smtree/issues/9 re TreeIndex::from_u32 constructor. For compatibility reasons we didn't remove functions or make them private. To provide a from_u64 in upcoming PRs.