neoneo-go/pkg/core/mpt
Evgenii Stratonikov 861a1638e8 mpt: implement MPT trie
MPT is a trie with a branching factor = 16, i.e. it consists of sequences in
16-element alphabet.
2020-06-01 18:14:19 +03:00
..
branch.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
doc.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
extension.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
hash.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
helpers.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
leaf.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
node.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
node_test.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
trie.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
trie_test.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00