-
Notifications
You must be signed in to change notification settings - Fork 88
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
Verify a BLS signature inside the contract #205
Labels
Comments
3 tasks
Documentation
|
We use https://datatracker.ietf.org/doc/pdf/draft-irtf-cfrg-bls-signature-05 in our Jellyfish implementation. |
Blocked by EspressoSystems/jellyfish#218 |
Gas comsumption for BLS verification: https://hackmd.io/@liangcc/bls-solidity#Gas-Consumption |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expand
functionSignature
and also slightly change the logic of thehash_to_curve
function.The text was updated successfully, but these errors were encountered: