pavelkrolevets / mpt

Implementation of the Merkle Patricia Trie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpt

MPT is using Streebog 256 hash instead of SHA3(Keccak)256

To run tests

 go test ./mpt/...

About

Implementation of the Merkle Patricia Trie


Languages

Language:Go 100.0%