-
Notifications
You must be signed in to change notification settings - Fork 650
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
no_std BLS12-381 Precompiles #2172
Comments
Hi @Ayushdubey86, If you don't mind can I take this issue I have already started working on it, If my approach doesn't seem reasonable you can take it. |
Hey @startup-dreamer, I appreciate your enthusiasm! I have prior experience with this issue and have already started working on it, which is why I dropped a comment earlier. That said, there are several other open issues—feel free to pick any of those. Looking forward to collaborating! |
Hey, this is kinda a bigger effor and very sensitive code. Additional bls precompiles needs to be implemented to with this lib that is no_std compatible, old lib still needs to be the main one, but @Ayushdubey86 this is different from PR that you did. |
Sure, looking into this! @rakita |
@startup-dreamer if you want to take it over, go for it. Just to be sure that were on same page this requires adding new precompiles with new lib, I am not sure if current and this lib have same API |
It is not audited but it can be useful for no_std environment: https://github.com/zkcrypto/bls12_381
It would be worth adding it with feature flag.
The text was updated successfully, but these errors were encountered: