turbofish-org / merk

High-performance Merkle key/value store
Apache License 2.0
226 stars 36 forks source link

Proofs #16

Closed mappum closed 5 years ago

mappum commented 5 years ago

I'm working on simple proof generation/verification in this branch. This will be query proofs rather than state-sync chunk proofs (which will come in a later update).

This will support:

mappum commented 5 years ago

These changes are pretty much ready. Although it went smoother than expected so I'll go deeper in writing tests to try to find issues - possibly a fuzz test which queries random keys.