For Students · Elliptic Curve
Elliptic Curve for a digital signature
Built for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition. Simulate a digital signature live below — adjust the inputs and watch it respond, right in your browser.
Elliptic Curve AdditionLive
the geometry behind ECC
Controls
Presets
On an elliptic curve y² = x³ + ax + b, you "add" two points with a geometric rule: draw the line through P and Q, find where it meets the curve again, and reflect that point over the x-axis. Repeating this addition is easy, but reversing it — the elliptic-curve discrete log — is brutally hard, which is what makes ECC secure with far smaller keys than RSA.
Data Inspector
Slope-0.14
P+Q (x)0.52
P+Q (y)-0.79
Governing equation
Reading this result: The secant through P and Q meets the curve at a third point; reflecting it across the x-axis gives P+Q. Repeating this is easy, but undoing it (the discrete log) is what secures ECC.
Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.
Also for:ResearchersEducatorsEngineersHobbyists & MakersK-12 StudentsFirst RespondersGeneral version →
More with Elliptic Curve
Frequently asked questions
- Is this good for students?
- Yes — this version of "Elliptic Curve for a digital signature" is framed for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition.
- Do I need to install anything?
- No. It runs in any modern browser, free, with no account required.