gballet / multiproof-rs

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

Key trait + move code for each key to its own file #55

Closed gballet closed 4 years ago

gballet commented 4 years ago

This is a new take on #49 that attempts to replace the indexing with an iterator. The binary key is currently not added, to simplify the PR.

gballet commented 4 years ago

Already carried over by another PR. Closing.