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

Updates for BLS verification #10

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Updates for BLS verification #10

wants to merge 5 commits into from

Conversation

0xCryptoStar
Copy link

@0xCryptoStar 0xCryptoStar commented May 10, 2023

  • fixed some compile issues
  • added function and tests to calc gas costs for isolated aggregate BLS signature verification
  • helper function to notebook for ec point-hex conversions for public keys, signatures and messages and arbitrary keys, signatures generation

@0xCryptoStar 0xCryptoStar self-assigned this May 10, 2023
@0xCryptoStar 0xCryptoStar marked this pull request as ready for review May 10, 2023 13:06
Comment on lines +631 to +634
// console.log("Message hash point:");
// console.log(hash[0]);
// console.log(hash[1]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// console.log("Message hash point:");
// console.log(hash[0]);
// console.log(hash[1]);

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.

2 participants