blst icon indicating copy to clipboard operation
blst copied to clipboard

docs(readme): add aggregate signature verification example

Open 0xsecaas opened this issue 6 months ago • 1 comments

Adds a usage example to the README demonstrating aggregation and verification of multiple signatures over the same message using fast_aggregate_verify from min_sig. This complements the existing single-signer example and reflects actual usage seen in benchmarks.

0xsecaas avatar Jun 07 '25 11:06 0xsecaas

I'm weary to include this example, because it fails to illuminate the key prerequisite for fast_aggregate_verify, having proofs of possession for the participating public keys.

dot-asm avatar Sep 19 '25 13:09 dot-asm