gballet / multiproof-rs

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

make_multiproof only takes keys #32

Closed gballet closed 4 years ago

gballet commented 4 years ago

This is so that there is no confusion between the initial proof and the updated keys.

Fixes #23