bgls icon indicating copy to clipboard operation
bgls copied to clipboard

Implement the BLS Threshold Signature Scheme

Open UnitylChaos opened this issue 6 years ago • 0 comments

Basically just Lagrange interpolation of signature shares (on G1) to construct the total signature, then verification against the public key.

link to paper

UnitylChaos avatar Mar 19 '18 04:03 UnitylChaos