lovesh / signature-schemes

Rust library for BLS signatures, MuSig, PS signatures
Apache License 2.0
66 stars 20 forks source link

BLS Multisignature verification with distinct messages #16

Closed JayPavlina closed 4 years ago

JayPavlina commented 4 years ago

Is there a way to verify a multisignature with distinct messages (every signature was signed with a different message)? Can this feature be added?

JayPavlina commented 4 years ago

I found Signature::batch_verify_distinct_msgs. So it exists.