ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

Multiproof generation and verification #123

Open ralexstokes opened 7 months ago

ralexstokes commented 7 months ago

Support multiproof generation, such that it can be verified with https://github.com/ralexstokes/ssz-rs/blob/43b187ea8b86c79405d587896c764e14ee387f39/ssz-rs/src/merkleization/multiproofs/mod.rs#L138

I would hope we can keep to the same interface as the Prove trait, although we may need something else...