🔑 KRYPTOS · the hidden and the proven · ciphers, keys, and proofs · kept by JANUS (two faces: the public key you show, the private key you keep)

THE ELLIPTIC-CURVE GROUP ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Take a curve like y²=x³+ax+b and invent a way to ‘add’ two points on it: draw a line through them, find where it hits the curve again, reflect. That reflection is their SUM — and it obeys real group laws. Multiplying a point by a big secret number is easy forward but practically impossible to reverse, which is why elliptic curves give the same security as RSA with far smaller keys. It guards your phone and every modern TLS handshake. Slide to add the generator to itself.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ ADD POINTS ON A CURVE · 3D · smaller keys, same strength
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
k
kG
on curve?
hard problem
discrete log

◆ LIT — exact / checkable

An elliptic curve over a finite field Fₚ (y²=x³+ax+b) with its point-addition law forms an abelian GROUP: to add P and Q, take the chord (or tangent if P=Q), find the third intersection, and reflect over the x-axis; a point at infinity is the identity. Repeated addition gives scalar multiplication kG, which is easy forward but whose inverse — the elliptic-curve DISCRETE LOGARITHM (recover k from kG) — is believed exponentially hard, and harder per bit than integer factoring, so ECC matches [[the-rsa|RSA]] security with much smaller keys (256-bit ECC ≈ 3072-bit RSA). It underlies ECDH, ECDSA, and modern TLS. A fail-loud self-check throws unless the group law keeps points on the curve and G+(−G)=O. ◆ real cryptography, node-verified.

▲ AMBER — the figure

Illustrated over a tiny field F₉₇ for visibility (real curves use ~256-bit primes); security rests on the UNPROVEN hardness of the EC discrete log, and Shor’s quantum algorithm would break it. The group law and on-curve arithmetic are exact.

KRYPTOS: secrecy is a lock; a proof is a key that opens without being handed over.  — JANUS
David Lee Wise / ROOT0, with AVAN · KRYPTOS — kept by JANUS (the two-faced)