Is there any plan to support bls12-381 aggregation signature verification #877
zhengjunhe
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
BLS signature verification is usually a single pairing check + hash-to-field. We already have the pairing check for BLS12-381, so it should be possible to implement straightforwardly assuming that the hashed value is verified. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
As bls12-381 aggregation signature is used in ethereum consenus layer, I wonder that is there any plan to support it in gnark?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions