You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bls_sig_verify currently takes a list of G1 pubkeys and a list (!) of G2 signatures, which it sums inside the circuit.
Discussed with @jonathanpwang that this is unoptimal and in most cases not needed. Would be nice to have another implementation that takes an already aggregated G2 sig. :)
The text was updated successfully, but these errors were encountered:
bls_sig_verify currently takes a list of G1 pubkeys and a list (!) of G2 signatures, which it sums inside the circuit.
Discussed with @jonathanpwang that this is unoptimal and in most cases not needed. Would be nice to have another implementation that takes an already aggregated G2 sig. :)
The text was updated successfully, but these errors were encountered: