13 lines
300 B
Plaintext
13 lines
300 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, and a
|
|
[[../math/Trap_door]]
|
|
|
|
== algorithm ==
|
|
|
|
|
|
|
|
|