mukan-consensus/crypto/merkle
Mukan Erkin Törük c6a41110d1
Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
refactor: replace all github.com upstream refs with git.cw.tr/mukan-network
2026-05-11 03:36:20 +03:00
..
bench_test.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
doc.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
hash.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
proof.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
proof_key_path.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
proof_key_path_test.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
proof_op.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
proof_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
proof_value.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
README.md initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
rfc6962_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
tree.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
tree_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
types.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03: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.