-
Notifications
You must be signed in to change notification settings - Fork 248
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
SWUConfig for bn254 #855
Comments
Oh, I guess I see the issue. It is SW method simplified by Ulas which requires a*b != 0 where are a and b coming from short Weierstrass form of the curve equation. So not applicable to BN254. Then my demand changes. Can we implement the straight SW method as in the standard https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-16.html#straightline-svdw |
I am happy to give it a try if you guys accept contributions. Should not be extremely difficult |
@drskalman @ValarDragon @daira @Pratyush @mmagician @weikengchen tagging you as authors/contributors of the pulls 343, 147 |
I wonder if SWUConfig can be implemented for bn254. Only need one param: Zeta (probably can take from Gnark). It is hard to do outside of the repo due to foreign trait on foreign types limitations
The text was updated successfully, but these errors were encountered: