Skip to content

Small Library for Working with Elliptic Curves

Notifications You must be signed in to change notification settings

mclab-hbrs/eccfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic Curve Fun

This is a Python library enabling you to play around with elliptic curves.

These scripts are not optimized for speed or security! They are for educational purposes only!

Directory basics gives an intuition about elliptic curves and their applications.

The curve25519 directory shows how Curve25519 uses the montgommery ladder with point compression using only XZ coordinates.

You can also plot with this library:

Weierstrass, Edwards and Montgomery Curves:

Weierstrass Curve

Edwards Curve

Montgomery Curve

Elliptic Curve with highlighted subgroups:

Pretty Elliptic Curve

About

Small Library for Working with Elliptic Curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages