Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verification of BLS short signatures #74

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

randombit
Copy link
Contributor

Hi!

I work on a system that uses BLS with short signatures (ie signatures in G1 and public keys in G2). We'd like to be able to use this library to verify such signatures.

Does my current change seem like the general direction of something you would accept? If so I will add also aggregation support, and of course tests. (And also if you want, keygen and signature generation - I don't think we need those but if you want them for parity that certainly is understandable.)

If the approach I'm taking here is not what you would want, just let me know what you're looking for and I'll do that instead!

Related - #64

@paulmillr
Copy link
Owner

Yes, that should work. Keygen and sig gen would also be great!

@randombit randombit marked this pull request as ready for review August 24, 2023 20:45
@randombit
Copy link
Contributor Author

This is ready for review

@paulmillr paulmillr merged commit e31efd9 into paulmillr:main Aug 25, 2023
2 checks passed
@paulmillr
Copy link
Owner

thanks

@paulmillr
Copy link
Owner

@randombit could you also update README docs, please?

@randombit
Copy link
Contributor Author

@paulmillr Sure, I will open another PR on Monday. Thanks for the fast merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants