plugeth/trie
gary rong 14868a37fb trie: clarify why verifyProof doesn't check hashes (#19530)
* trie: fix merkle proof

* trie: use hasher instead of allocate keccack256 every time

* trie: add comments
2019-05-07 15:06:07 +03:00
..
database_test.go trie: there's no point in retrieving the metaroot 2019-04-05 13:09:28 +03:00
database.go trie: approximate the wasted cache metaspace closer 2019-04-12 11:43:16 +03:00
encoding_test.go
encoding.go
errors.go
hasher.go
iterator_test.go
iterator.go
node.go
proof_test.go
proof.go trie: clarify why verifyProof doesn't check hashes (#19530) 2019-05-07 15:06:07 +03:00
secure_trie_test.go
secure_trie.go
sync_test.go
sync.go
trie_test.go
trie.go