Table des matières

ECC

Elliptic Curve Cryptography

Cryptographie sur les courbes elliptiques.

The Lenstra elliptic curve factorization or the elliptic curve factorization method ( ECM).

Elliptic Curve Discrete Logarithm Problem (ECDLP).

An elliptic curve is an equation of the form y^2=x^3 + ax + b (sort of, technically the full form is slightly more general but they can more or less all be reduced to this case).

Appliqué à la crypto avec le problème du logarithme discret, l'équation devient: y^2 mod p = (x^3+ax+b) mod p.

Voir:

Implémentations en Javascript… Introuvable pour de la crypto, par contre quelques démos de calcul: