THREE-OH1
Mr. Smokey Bacon
✓ Verified-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB...
6f0b871e427f836b487615f5b6b6ccd46d5f0123...
eed2f37e2b6ff7785c413d61b1656cc07d19341c...
C=CA, ST=ONTARIO, L=TORONTO, O=Puddingify Creators Network, OU=Certificate Authority, CN=Puddingify Root CA, [email protected]
THREE-OH1 • 5 artifacts • Nov 30, -0001
9804.txt, 9803.txt, 9802.txt...
7ce57781419697f72d773234c8dee4f3ae6cb56f57bf96577bbfdf83601c695f
fgFPmkSKyABJCZ5sa594S/yYl3aBsxi2...
🌳 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.
8bddf13b49e1ef61c326f1472287f24fd693e773927af5f042c1cc6d272a3bdd
fe3f47b04e94384dc98d235486a0f91acdf4cfc89aac01ae488b8cec957561c7
7cdae41979f5481ae50f2df7b2708e6fd2296d1ed5ac4213f381ade6125c6d6b
46994f544f8ecb61971339d917ffc33a7ae61107474baf112d6a04dbb98ac44b
330f8fa75ba772edaf40346cd0e7fac5c6e6441c579914bde4d295714fd20998
🔗 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)
8bddf13b49e1ef61c326f1472287f24fd693e773927af5f042c1cc6d272a3bdd...
fe3f47b04e94384dc98d235486a0f91acdf4cfc89aac01ae488b8cec957561c7...
762e1df5eae7788ca080c0cfdbf7aaf0b0ce82170493ae804dc87feae77c1ffe
7cdae41979f5481ae50f2df7b2708e6fd2296d1ed5ac4213f381ade6125c6d6b...
46994f544f8ecb61971339d917ffc33a7ae61107474baf112d6a04dbb98ac44b...
92cc654af3023d9b4137de5c3bab77a0b6f5fe56c214fb92b92ffb9886fd8a38
330f8fa75ba772edaf40346cd0e7fac5c6e6441c579914bde4d295714fd20998...
330f8fa75ba772edaf40346cd0e7fac5c6e6441c579914bde4d295714fd20998...
1cef6438069eb0ca642dc4f97f3ffb961517c915e801c3660e040ceaa7787e31
🔗 Level 2: 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)
762e1df5eae7788ca080c0cfdbf7aaf0b0ce82170493ae804dc87feae77c1ffe...
92cc654af3023d9b4137de5c3bab77a0b6f5fe56c214fb92b92ffb9886fd8a38...
a2cd341a237d5b87f0c544389b68666635dc052beb5fb9b18d9b144ebdc5a663
1cef6438069eb0ca642dc4f97f3ffb961517c915e801c3660e040ceaa7787e31...
1cef6438069eb0ca642dc4f97f3ffb961517c915e801c3660e040ceaa7787e31...
d80de62e22b348eb9270d2b74321315068df7363c5fb7e5a4fedacaff75322b1
✅ 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.
7ce57781419697f72d773234c8dee4f3ae6cb56f57bf96577bbfdf83601c695f
- 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