|
`rs-merkle` is the most advanced Merkle tree library for Rust. Basic features |
|
include building a Merkle tree, creation, and verification of Merkle proofs for |
|
single and several elements, i.e. multi-proofs. Advanced features include making |
|
transactional changes to the tree and rolling back to any previously committed |
|
tree state, similarly to Git. |
As per the readme description I am unable to find the interfaces for multiproof !
Is it already there? or there will be on new versions?
rs-merkle/README.md
Lines 7 to 11 in ae7bc91
As per the readme description I am unable to find the interfaces for multiproof !
Is it already there? or there will be on new versions?