Skip to content

Diffie–Hellman key exchange. An approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields.

Notifications You must be signed in to change notification settings

patricksilva1/Elliptic-Curve-Cryptography-ECC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic-Curve-Cryptography-ECC

Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC allows smaller keys compared to non-EC cryptography (based on plain Galois fields) to provide equivalent security.

An elliptic curve is a plane curve over a finite field (rather than the real numbers) which consists of the points satisfying the equation:

y² = x³ + ax + b

About

Diffie–Hellman key exchange. An approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages