PPolySim OS
Use case · powered by Elliptic Curve

Elliptic Curve for a zero-knowledge proof

Simulate a zero-knowledge proof live in your browser. This runs the real Elliptic Curve solver — adjust the inputs, watch it respond instantly, and export the result. No install, no account.

Elliptic Curve AdditionLive

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.

▶ Run in Python

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.

or unlock everything with Pro →

About this simulation

The full Elliptic Curve tool models a zero-knowledge proof with the same numerics engineers and scientists use — running entirely client-side. Change any parameter and the result updates in real time, so you can build intuition, check a design, or teach the concept without spreadsheets or installs.

More you can do with Elliptic Curve

Other ways to simulate a zero-knowledge proof

Frequently asked questions

How do I simulate a zero-knowledge proof?
Open this page and use the live Elliptic Curve tool below — set your inputs and the simulation runs instantly in your browser using real numerics. No install, no account needed.
Is it free?
Yes. The simulation runs free in your browser. A one-time unlock or a Pro plan adds advanced parameters, saved presets, data import, and clean exports.
Can I use my own numbers?
Absolutely — every input is adjustable, and with data import you can drive a zero-knowledge proof from your own measurements.