merkle_bit icon indicating copy to clipboard operation
merkle_bit copied to clipboard

Merkle Exclusion Proofs

Open ChosunOne opened this issue 6 years ago • 0 comments

Separating this issue from the inclusion proofs initially brought up in #19 .

Merkle Exclusion Proofs would allow you to generate a proof that a given key is not in the tree. This can be done by creating a proof of adjacent nodes in the tree which do not contain the given key-value pair.

ChosunOne avatar May 29 '19 17:05 ChosunOne