celestiaorg / nmt

Namespaced Merkle Tree
Apache License 2.0
107 stars 39 forks source link

feat: implementing short namespace absence proof generation #227

Open staheri14 opened 11 months ago

staheri14 commented 11 months ago

Problem

We currently have the necessary logic to verify short absence proofs (see https://github.com/celestiaorg/nmt/issues/210), yet the proof generation counterpart does not exist in the nmt library. This issue is to track the progress on the implementation of the proof generation component.