0Pricing
Cryptology Academy · Lesson

Elliptic Curve Group Law

Visualize point addition and doubling on Weierstrass curves.

Welcome

Elliptic curves provide a mathematical group where the 'discrete log' problem is harder than in finite fields. This allows smaller keys with equivalent security.

Short Weierstrass Form

A Weierstrass elliptic curve: y² = x³ + ax + b (mod p) Condition: 4a³ + 27b² ≠ 0 (non-singular) The set of all (x,y) satisfying this equation + a 'point at infinity' forms a group.

All lessons in this course

  1. Elliptic Curve Group Law
  2. Scalar Multiplication & the ECDLP
  3. Standard Curves: P-256, Curve25519, secp256k1
  4. ECC vs RSA: Security & Performance Trade-offs
← Back to Cryptology Academy