citahub / cita_trie

Rust implementation of the Modified Patricia Tree (aka Trie).
Apache License 2.0
71 stars 28 forks source link

Merkle proof #26

Closed yejiayu closed 5 years ago

yejiayu commented 5 years ago

https://github.com/cryptape/cita-trie/issues/22#issuecomment-472697068

ref https://github.com/ethereum/go-ethereum/blob/master/trie/proof.go

yangby-cryptape commented 5 years ago

There is a rust crate: static_merkle_tree.