Skip to content

johankirsten/ecmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecmath

Library for elliptic curve arithmetic

ecmath is a library that implements the arithmetic to add two points on an elliptice curve and multiply a point on the elliptic curve with an integer. The elliptice curve arithmetic is done over a finite field.

Features

  • Add two points on an elliptic curve over a finite field
  • Multiply a point on an elliptic curve over a finite field with an integer

Installation

ecmath requires Python 3 to run. Use pip to install the library

pip install ecmath

The file example.py shows an example of calling the code

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages