gballet / multiproof-rs

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

[WIP] use iterators to progress over binary keys #60

Open gballet opened 4 years ago

gballet commented 4 years ago

The way binary keys are being implemented is making it impossible to implement Index<Range<usize>>. This approach uses an iterator and currently only implements it on BinaryTree.

Left to do: