solcrypto
solcrypto copied to clipboard
Initial import of BLS aggregate signature validation
This roughly matches the BLS paper, with signatures on G1 and keys on G2.
There is an IETF working group writing a spec for BLS signatures: https://github.com/pairingwg/bls_standard
We should aim to be compatible with whatever the standard and paper agree on.