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 more benchmarks #3

Closed
wants to merge 62 commits into from
Closed

Add more benchmarks #3

wants to merge 62 commits into from

Conversation

paulhauner
Copy link

Adds two more benchmarks:

  • Verify a signature against 128 pubkeys.
  • Verify a signature against 128 pubkeys where 1/2 signed one message and 1/2 signed another.

Makes no functional changes.

The functionality in this crate is awesome, but I wanted to bring it
into line with the code quality of other Rust crates. I also implemented
some of my own opinions on naming, I hope this does not offend the
author. I thank the author muchly for what they have built.
The shuffled test was not actually testing the public key aggregation in
a shuffled manner.
g-r-a-n-t and others added 28 commits January 19, 2019 17:10
…nature verify_multiple, modify hash_on_g2 function
Reverse PublicKey and Signature, Add verify_multiple
BLS381 Test Vectors & Consensus
Modify mutability of as_bytes
@paulhauner paulhauner closed this Feb 23, 2019
@paulhauner
Copy link
Author

Sorry, I should have made this on our repo not this one!

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