Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 491 Bytes

Merkle Patricia Trie

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