thery / EdwardsEllipticCurve

Group Law for Elliptic Curves according to Tom Hales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdwardsEllipticCurve

Docker CI

Following The Group Law for Edwards Curves Thomas C. Hales

Meta

Building and installation instructions

To build and install manually, do:

git clone https://github.com/thery/EdwardsEllipticCurve.git
cd EdwardsEllipticCurve
make   # or make -j <number-of-cores-on-your-machine> 
make install

About

Group Law for Elliptic Curves according to Tom Hales

License:MIT License


Languages

Language:Coq 96.5%Language:Makefile 3.5%