-
Notifications
You must be signed in to change notification settings - Fork 14
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
Zeroize on __m128i isn't supported on i386 #190
Comments
i386 as in a literal In theory zeroization should work on It's tested on So is |
Here is the build error: https://ci.debian.net/data/autopkgtest/testing/i386/r/rust-polyval/39906221/log.gz I installed a i386 debian vm and reproduced it on that. |
Will do |
I can verify that the issue is fixed with version 1.6.1 of zeroize |
This code: https://github.com/RustCrypto/universal-hashes/blob/master/polyval/src/backend/clmul.rs#L139
Results in this compilation error:
I could imagine that something like this might work:
But I really out of my depth here, so would appreciate some opinions on this :)
The text was updated successfully, but these errors were encountered: