[Alpha Preview] Elliptic Curve Discrete Logarithm Problem (ECDLP) Simulator

This is an Elliptic Curve Cryptography (ECC) simulator focusing on SECP256k1-like curves: y² = x³ + 7 mod p (with much smaller p and order N in this simulator). The 256-bit prime field P and 256-bit order N that are impossible to solve in both classic and quantum settings. Pick a curve based on the subgroup of order n = 2^s - 1, then generate a public point (public key) Q = kG and run k-recovery routines. Full Shor's algorithm of ECC prime field arithmetic simulation on tiny curves coming soon!!

Download this measurement data from Shor's algorithm (p=31)

Classical computing

No runs yet.