Hash-Based Signatures: WOTS+ Chains & Merkle Authentication Path
Interactive 3D simulator of a hash-based (SPHINCS+/XMSS-style) post-quantum signature scheme: watch Winternitz one-time-signature hash chains reveal themselves and a Merkle tree authenticate the public key, with a built-in demo of why chain reuse breaks security.
Post-quantum cryptography does not only mean lattices — hash-based signatures such as SPHINCS+ and XMSS get their quantum resistance from nothing more exotic than a one-way hash function. This simulator renders a real Winternitz one-time-signature scheme in 3D: eight private hash chains climb from seed to public top, a message's digits decide how far each chain gets revealed when you sign, and a Merkle tree of one-time keypairs compresses everything into a single public root. A built-in "force leaf reuse" demo shows, concretely, why these one-time chains must never sign two messages — and how much of the private key leaks when they do.
Interactive 3D simulator of a hash-based post-quantum signature scheme (SPHINCS+/XMSS-style): Winternitz one-time-signature hash chains reveal themselves as you sign a message, a Merkle tree authenticates the public key, and a built-in demo shows exactly how much private key leaks when a one-time chain is reused.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install