SEVEN13
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]
SEVEN13 • 4 artifacts • Oct 24, 2025
8811.txt, ab551.txt, ab547.txt...
b2e9a36f30955d2f97e93f8c1152af4880290fd7bf443dc36bf448f1f8d98dee
qFkeJ4KRMMQ2GqoNDvT54V570ZRmRtnx...
🌳 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.
e77454db32ef97333ee1caa0c03c5b1fe80ec55881f2d327784638f44af95a68
915a84b8b5ea488240cf7bfc9c87ac7f698d689fc6634a1681374e37903ed13a
e76b699395a4f87e66c5d137cb447f4c3aac1af68cfa63d2988bf65f5ec20cc1
266b285486e624d5c5ef78dfe3e8b1e943723035db187ed09c29509bc3a67629
🔗 Level 1: Intermediate Nodes
Pairs of hashes from the level below are combined and hashed together to create this level.
e77454db32ef97333ee1caa0c03c5b1fe80ec55881f2d327784638f44af95a68...
915a84b8b5ea488240cf7bfc9c87ac7f698d689fc6634a1681374e37903ed13a...
8c91e8c968ff6d67f049e600c4f9df9ccc02a35783838a005859d8983bad535c
e76b699395a4f87e66c5d137cb447f4c3aac1af68cfa63d2988bf65f5ec20cc1...
266b285486e624d5c5ef78dfe3e8b1e943723035db187ed09c29509bc3a67629...
7d68eacc5e00a962ec5fcc2308f3dfe30b01bee76be6c244af4799b5e43851c6
✅ 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.
b2e9a36f30955d2f97e93f8c1152af4880290fd7bf443dc36bf448f1f8d98dee
- 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