Skip to content

bls_sig_verify non-optimal because aggregates G2 sigs inside circuit #203

@samlaf

Description

@samlaf

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions