Skip to content

veljkovranic/elliptic_curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic curves - notes, scripts, graphics

ASCII Art

Given $p$ prime, $A, B \in \mathbb{Z}_p$, draw an ASCII art diagram of this curve.

Sample visible here for $p=17$, $y^2 = x^3 + 7$:

Elliptic Curve: y^2 = x^3 + 7
Number of Points: 18 (including point at ∞)
+----------------------------------+
|                        *         |
|                    *             |
|                *                 |
|                              *   |
|  *                               |
|            *                     |
|    *                             |
|          *                       |
|          *                       |
|    *                             |
|            *                     |
|  *                               |
|                              *   |
|                *                 |
|                    *             |
|                        *         |
|      *                           |
+----------------------------------+

About

Elliptic curves - personal notes, scripts, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published