neoneo-go/pkg/core/mpt
Evgenii Stratonikov dc6741bce7 mpt: implement MPT trie
MPT is a trie with a branching factor = 16, i.e. it consists of sequences in
16-element alphabet.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-30 12:42:15 +03:00
..
branch.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
doc.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
extension.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
hash.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
helpers.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
leaf.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
node.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
node_test.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
trie.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
trie_test.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00