vimwiki/tech/Eliptic_Curve.wiki

10 lines
120 B
Plaintext
Raw Normal View History

2022-02-01 02:00:01 +00:00
= eliptic Curve =
2022-01-31 20:00:01 +00:00
2022-02-01 02:00:01 +00:00
An eliptic curve is a curve of form:
2022-01-31 20:00:01 +00:00
2022-02-01 02:00:01 +00:00
```
y^2 = x^3 + ax + b
```
2022-01-31 20:00:01 +00:00
2022-02-01 02:00:01 +00:00
They often curve around the origin