tendermint/merkle
Ethan Buchman 4663ffdf08 add tmhash 2018-05-22 12:49:44 -04:00
..
README.md bring in merkle from tmlibs 2018-05-22 12:43:44 -04:00
simple_map.go add tmhash 2018-05-22 12:49:44 -04:00
simple_map_test.go add tmhash 2018-05-22 12:49:44 -04:00
simple_proof.go bring in merkle from tmlibs 2018-05-22 12:43:44 -04:00
simple_tree.go add tmhash 2018-05-22 12:49:44 -04:00
simple_tree_test.go bring in merkle from tmlibs 2018-05-22 12:43:44 -04:00
types.go bring in merkle from tmlibs 2018-05-22 12:43:44 -04:00

README.md

Simple Merkle Tree

For smaller static data structures that don't require immutable snapshots or mutability; for instance the transactions and validation signatures of a block can be hashed using this simple merkle tree logic.