You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marko 42e4e8b58e
lint: add markdown linter (#5254)
4 years ago
..
README.md lint: add markdown linter (#5254) 4 years ago
doc.go revert back to Jae's original payload size limit 6 years ago
hash.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
proof.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
proof_key_path.go crypto/merkle: remove simple prefix (#4989) 4 years ago
proof_key_path_test.go ci: freeze golangci action version (#5196) 4 years ago
proof_op.go proto: reorganize Protobuf schemas (#5102) 4 years ago
proof_test.go proto: reorganize Protobuf schemas (#5102) 4 years ago
proof_value.go proto: reorganize Protobuf schemas (#5102) 4 years ago
rfc6962_test.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
tree.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
tree_test.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
types.go proto: leftover amino (#4986) 4 years ago

README.md

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.