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 benchmarks to BLS implementation #1

Open
mkalinin opened this issue Dec 25, 2018 · 0 comments
Open

Add benchmarks to BLS implementation #1

mkalinin opened this issue Dec 25, 2018 · 0 comments
Labels
benchmarks Build benchmarks and publish the results crypto Crypto module

Comments

@mkalinin
Copy link
Contributor

Preliminaries

There is a BLS signature schema implementation which is based on Milagro library. In the future it could be switched to another elliptic curve math provider like Bouncy Castle. Therefore, it would be nice to have an understanding of how fast different implementations are.

Measurements

  • Key generation
  • Sign operation
  • Verification
  • Public key aggregation
  • Signature aggregation
@mkalinin mkalinin added crypto Crypto module benchmarks Build benchmarks and publish the results labels Dec 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks Build benchmarks and publish the results crypto Crypto module
Projects
None yet
Development

No branches or pull requests

1 participant