sylow 0.1.1

Implementation of the BLS signature scheme using the alt-bn128 curve.
Documentation
1
2
3
4
5
6
7
This directory houses our notes for implementing what we do. It is a primer on abstract algebra, and elliptic curve cryptography. We hope it's useful.

Each section is a Markdown file, which can be combined easily into the total pdf:

```bash
pandoc */**/*.md -o notes.pdf  --include-in-header ./preamble.tex --toc --toc-depth=2 -V colorlinks=true -V linkcolor=blue -V urlcolor=blue -V toccolor=gray
```