vimwiki/tech/Eliptic_Curve.wiki

12 lines
272 B
Plaintext

= Eliptic Curve Cryptography =
ECC is an algorithm that solves the same problem as [[RSA]], but with smaller
key sizes. It is asymetric and based on [[../math/Eliptic_Curve]]s and based on
the difficulty of inding a curve given points on said curve.
== algorithm ==