-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add x86 support for blstrs #29
Comments
I am afraid that will not be possible, given that the underlying library What you can do is use https://docs.rs/bls12_381/ which is API compatible, and is being used as an alternative backend in https://github.com/filecoin-project/bls-signatures, which works well for different enviroments. |
Thank you for the response, that library says that This implementation has not been reviewed or audited. Use at your own risk. are you sure we can use it @dignifiedquire ? |
While it's true that 32-bit platforms are not explicitly listed, blst does run on [a] plethora |
@dot-asm alright, I guess I'll try and see what I can get working |
Looks like we might be able to support 32bit after all: #30 |
We are working on Filecoin integration to the Brave Wallet and we need support for x86 versions for blstrs
The text was updated successfully, but these errors were encountered: