GG677
Mr. Smokey Bacon
✓ Verified-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB...
GG677 • 3 artifacts • Sep 23, 2025
117.txt, 118.txt, 119.txt
6579d0d8408fdf86f742aea57b3745c3ae34e6758a9ceabc0e72234fdf64c71c
Signature not available - Please contact administrator
🌳 Merkle Tree Construction
Step-by-step cryptographic proof showing how all artifacts are bound together
📄 Level 0: Leaf Nodes (Individual File Hashes)
Each file's content is hashed using SHA-256 to create a unique fingerprint. These are the "leaves" of the Merkle tree.
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246
d54374f022a4a5a89a4069b4bdfd3ec88f20492cd21ff23ca1e85e8ece9fecdf
1120a1993996adfada5327524436991017309000ec73fa82dd7db042d1c2909d
🔗 Level 1: Intermediate Nodes
Pairs of hashes from the level below are combined and hashed together to create this level. (Odd number detected: last hash is duplicated for pairing)
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246...
d54374f022a4a5a89a4069b4bdfd3ec88f20492cd21ff23ca1e85e8ece9fecdf...
cd4f8bda5bafea04ef77ea652f68a2e370d89e070921f011b89b7df9f122bbc6
1120a1993996adfada5327524436991017309000ec73fa82dd7db042d1c2909d...
1120a1993996adfada5327524436991017309000ec73fa82dd7db042d1c2909d...
3ab3c48e7cbe75206f2df4bd6cbbd0b1d75036f66936183dfcea6f0a85d0023f
✅ MERKLE ROOT (Final Level)
This is the single hash that represents ALL files in the collection. This root hash is included in the manifest that gets digitally signed.
6579d0d8408fdf86f742aea57b3745c3ae34e6758a9ceabc0e72234fdf64c71c
- Any change to ANY file will change its hash (leaf node)
- This changes all parent nodes up to the root
- The digital signature validates this specific root hash
- Therefore: ALL files are cryptographically proven by ONE signature