btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
479 stars 409 forks source link

Merkle proof generation and validation #139

Closed gertjaap closed 4 years ago

gertjaap commented 5 years ago

I wrote small convenience functions to generate and verify Merkle proofs from the output of BuildMerkleTreeStore. It might be useful for other people, hence the PR.