Curve25519, Secp256k1 Plot from Weierstrass polynomial form
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.
- SageMath
- Jupyter Notebook
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.