Public-key crypto using elliptic curves. Shorter keys than RSA
Elliptic Curve Cryptography (ECC) is a public-key cryptography approach based on the algebraic structure of elliptic curves over finite fields.
Using curve: y² ≡ x³ + 2x + 2 (mod 17)
Base point G = (5, 1)