informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
588 stars 215 forks source link

ProofsFromByteSlices #1339

Open ratankaliani opened 11 months ago

ratankaliani commented 11 months ago

Description

Add functionality for ProofsFromByteSlices, so that merkle inclusion proofs can be generated in Rust for Tendermint consensus data.

https://github.com/tendermint/tendermint/blob/main/crypto/merkle/proof.go#L33-L48

Definition of "done"