Skip to content

Curve25519 and Secp256k1 plot from Weierstrass Polynomial Form. Key topics covered include - Elliptic Curve Cryptography (ECC) - Cryptographic Curves

License

Notifications You must be signed in to change notification settings

lucianoscarpaci/Elliptic-Curve-Weierstrass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic-Curve-Weierstrass

Curve25519, Secp256k1 Plot from Weierstrass polynomial form

Introduction

This project is a simple implementation of elliptic curve plotting using the Weierstrass polynomial form. The project is written in Sage and uses the Elliptic Curve Constructor library for plotting.

Requirements

  1. SageMath
  2. Jupyter Notebook

To get the Equation of the curve i used this website

SafeCurves

To figure out how to use the Elliptic Curve Constructor library

Elliptic Curve Constructor

Go to the link above to line 368 and the function EllipticCurve_from_Weierstrass_polynomial(f) and you will see the parameters that you can use to plot the curve in a comment inside the function.

Curve25519

Curve25519

Secp256k1

Secp256k1

About

Curve25519 and Secp256k1 plot from Weierstrass Polynomial Form. Key topics covered include - Elliptic Curve Cryptography (ECC) - Cryptographic Curves

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published