An open API service indexing awesome lists of open source software.

https://github.com/thery/edwardsellipticcurve

Group Law for Elliptic Curves according to Tom Hales
https://github.com/thery/edwardsellipticcurve

coq-formalization edwards-curve elliptic-curves formalization group law theorem-proving

Last synced: 12 months ago
JSON representation

Group Law for Elliptic Curves according to Tom Hales

Awesome Lists containing this project

README

          

# EdwardsEllipticCurve

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/EdwardsEllipticCurve/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/EdwardsEllipticCurve/actions/workflows/docker-action.yml

Following The Group Law for Edwards Curves Thomas C. Hales

## Meta

- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.19 or later
- Additional dependencies:
- [MathComp ssreflect 2.3 or later](https://math-comp.github.io)
- Coq namespace: `edwards`
- Related publication(s): none

## Building and installation instructions

To build and install manually, do:

``` shell
git clone https://github.com/thery/EdwardsEllipticCurve.git
cd EdwardsEllipticCurve
make # or make -j
make install
```