Python implementation of Merkle Patricia Trie used in Ethereum and Hyperledger Indy Plenum.
Supports generating and verifying proof for keys present in the trie.
Most of the implementation is borrowed from pyethereum The API is little different from pyethereum though.
TODO:
- Support proof of absence
- Trie pruning