sylow 0.1.1

Implementation of the BLS signature scheme using the alt-bn128 curve.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod extensions;

pub(crate) mod fp;

// TODO(It feels like this could be significantly DRY'd using the principle appiled in the `groups` module)
// Perhaps reducing the cost and complexity of the audit, unfortunately not for the base field, but for
// the extensions.

pub(crate) mod fp12;
pub(crate) mod fp2;
pub(crate) mod fp6;