-
Notifications
You must be signed in to change notification settings - Fork 11
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
Miracl backend: Accelerate "KeyValidate" #90
Labels
Comments
Would miracl skipping the subgroup check be faster at verifying than BLST without skipping the subgroup check? |
Merged
No it won't. |
Note: subgroup check caching was implemented for BLST in #99. |
mratsim
added a commit
that referenced
this issue
Dec 6, 2020
mratsim
added a commit
that referenced
this issue
Dec 7, 2020
Implemented in #100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently verification incurs a significant scalar multiplication overhead due to the repeated need of validating public key.
https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-04#section-2.5
The
pubkey_subgroup_check
is costlynim-blscurve/blscurve/miracl/bls_signature_scheme.nim
Lines 98 to 104 in 70cbdd1
We have 2 solutions:
psi
is already defined for clearCofactorThe text was updated successfully, but these errors were encountered: