Elliptic Curve Visualization
Curve points
G generator
Q public key
u₁G
u₂Q
R' verify point
Why a tiny curve? Real Bitcoin uses secp256k1 (256-bit prime), but the math is identical.
We use p = 97 so every number fits on screen and you can verify each step by hand.
📋 Verification Steps