34455sze
Mr. Smokey Bacon
✓ Verified-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB...
34455sze • 3 artifacts • Sep 8, 2025
115.txt, 116.txt, 117.txt
f65daf76e0d7a790e87b69155ae91f4aa484581dbf0795fd56d05d46051f6490
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.
20a1be076a62a1cd2110b55421c86422ae886bb1fe4a5bccb5d68404f4f4930d
6e613f50fa0a24e61be124e6ba0665073b3c30f928ef4ccbfbf1cb61ba095b40
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246
🔗 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)
20a1be076a62a1cd2110b55421c86422ae886bb1fe4a5bccb5d68404f4f4930d...
6e613f50fa0a24e61be124e6ba0665073b3c30f928ef4ccbfbf1cb61ba095b40...
48b1fd03670702b04016bc0c0592080e4826ac9abecc7dfb0f8219f3c4809d2c
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246...
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246...
b11255f675d9560240e43dea9d56635eba3113f998360d92b574ad702a49c5f2
✅ 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.
f65daf76e0d7a790e87b69155ae91f4aa484581dbf0795fd56d05d46051f6490
- 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