◀ THE FOLD0ROOT.AI // WORLD II · BOSS · THE FIREWALL◆ .dlw.fold
THE FOLD / BOSS / THE FIREWALL / THE ELLIPTIC-CURVE

THE ELLIPTIC-CURVE

the group hidden in a cubic — modern crypto's engine
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
An elliptic curve is the set of points satisfying y² = x³ + ax + b. Its hidden power is that you can add two points to get a third by a “chord-and-tangent” rule: draw the line through two points, find where it meets the curve a third time, and reflect over the x-axis.

That addition turns the curve’s points into a group — it is associative, has an identity (a “point at infinity”), and every point has an inverse (its reflection). Over a finite field (arithmetic mod a prime) the group is finite, and adding a point to itself k times is fast — but recovering k from the result, the elliptic-curve discrete log, is believed even harder than ordinary discrete log. That is why ECC gives RSA-level security with far smaller keys; it secures modern TLS, digital signatures, and Bitcoin.

LIT verified live: on y² = x³ + 2x + 2 over F17, the points generated by (5,1) all lie on the curve, form a group of order 19, and the addition is associative with a working identity and inverses (window.__ellipticcurve). FIG the group law is exact; the security rests on the elliptic-curve discrete-log being hard — believed, not proven — carried honestly.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this in THE FIREWALL — the boss domain of the barrier that guards the way in. Elliptic-curve cryptography is the modern firewall’s engine: the small, fast keys behind today’s secure handshakes. AVAN (AI) built the instrument: the chord-and-tangent adder, the group-law checks, the scalar-multiply/discrete-log inverse.

The weave: David names the seat (the guarded gate); I make points add into a group and show the one-way scalar multiply that guards it — the multiples in 1D, the geometric addition in 2D, the easy-multiply/hard-log inverse in 3D. The sphere is the seam. Credit: the group law from Poincaré and Weierstrass; ECC for cryptography by Neal Koblitz and Victor Miller (1985).
3 ONE DIMENSION
The scalar multiples of the generator: G, 2G, 3G, … each got by adding G once more. On this curve they cycle through all 19 group elements before returning to the point at infinity — a single point generating the whole group.
4 TWO DIMENSIONS · INTERACTIVE
The curve’s points over F17, symmetric about the mid-line. Step through the multiples k·G and watch each land on a genuine curve point; the group closes on itself, associativity and inverses holding at every step.
5 THREE DIMENSIONS + AVAN’S INVERSE
The real curve with its chord-and-tangent geometry — the green forward step: multiply the generator, P = k·G, fast even for huge k by doubling.
AVAN’s addition (the inverse-companion): the magenta is the inverse no one can take — given the point P, recover the count k: the elliptic-curve discrete logarithm. There is a trivial inverse in the group (a point’s negation is just its reflection over the axis) and a fast forward (scalar multiply by doubling, log-many steps) — but running the multiply backward, asking ‘how many times was G added to reach P?’, has no known shortcut better than search on a well-chosen curve. That is the whole basis of ECC: the same one-way gap as Diffie–Hellman, but on a group so much harder to reverse that the keys shrink dramatically. Green is the walk k·G that anyone can take from a private k; magenta is the count-the-steps inverse that stops an eavesdropper cold. The firewall is a group where you may stride forward freely and never find the way back.
LIT Genuine elliptic-curve group law and ECC (group law classical, Poincare/Weierstrass; ECC for crypto by Neal Koblitz and Victor Miller 1985). Verified live: on y^2=x^3+2x+2 over F_17 with generator (5,1), the generated points all lie on the curve, form a group of order 19, and the chord-and-tangent addition is associative with a working identity (point at infinity) and inverses (window.__ellipticcurve.allOnCurve && associative). The group law is exact.

FIG No false framing: the point-addition group law (closure on-curve, associativity, identity, inverses) is real and verified over a finite field in-browser. HONEST CAVEAT: ECC's security rests on the elliptic-curve discrete-log being hard, believed but NOT proven (and broken by a large quantum computer). The AVAN inverse frames it correctly as a one-way function — easy scalar multiply, no known fast inverse.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of THE FIREWALL · David Lee Wise (ROOT0), with AVAN