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 b8b50733f0
encoding: remove codecs (#4996)
4 years ago
..
README.md mv go-crypto files to crypto dir 6 years ago
doc.go revert back to Jae's original payload size limit 6 years ago
hash.go Simple merkle rfc compatibility (#2713) 6 years ago
proof.go proto: leftover amino (#4986) 4 years ago
proof_key_path.go crypto/merkle: remove simple prefix (#4989) 4 years ago
proof_key_path_test.go make gosec linter pass (#3294) 5 years ago
proof_op.go crypto/merkle: remove simple prefix (#4989) 4 years ago
proof_test.go encoding: remove codecs (#4996) 4 years ago
proof_value.go proto: leftover amino (#4986) 4 years ago
rfc6962_test.go linters: enable stylecheck (#4153) 5 years ago
tree.go crypto/merkle: remove simple prefix (#4989) 4 years ago
tree_test.go crypto/merkle: remove simple prefix (#4989) 4 years ago
types.go proto: leftover amino (#4986) 4 years ago

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.