merkle_bit
merkle_bit copied to clipboard
Merkle Exclusion Proofs
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.