This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.
Merkle tree implemented as a persistent datastructure
Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.
A performance conscious library for merkle root and tree calculations.