bgls
bgls copied to clipboard
Implement the BLS Threshold Signature Scheme
Basically just Lagrange interpolation of signature shares (on G1) to construct the total signature, then verification against the public key.