Files
tendermint/crypto/merkle
JayT106andGitHub bfdeccd649 crypto/merkle: pre-allocate data slice in innherHash (#6443) (#9447)
Cherry-picking PR #6443

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed
2022-09-21 08:00:53 +00:00
..
2022-08-30 12:28:46 -04:00
2020-10-22 12:17:53 +02:00
2020-08-17 16:40:50 +02:00
2022-08-30 12:28:46 -04:00
2020-06-15 11:14:36 +02:00

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.