ferranbt / fastssz

Fast Ethereum2.0 SSZ encoder/decoder
MIT License
74 stars 44 forks source link

docs(multiproof): explain ordering of arguments #178

Closed thedevbirb closed 2 months ago

thedevbirb commented 2 months ago

This PR provides a more detailed description of how the VerifyMultiproof function should be used for verifying Merkle multi-proofs. This allows an easier integration with other code which may not use this library to generate the proofs in the first place.