We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This way Clang never sees donna128 and can't do it's nasty/smart optimizations.
donna128
This assumes _BitInt is constant time which it is on x86-64 but I should check RISC-V32 since that seems worst case (32 bit, no carry bit) [*]
[*] And if _BitInt is not ct on RISCV that probably prevent using it for word3 also
word3
The text was updated successfully, but these errors were encountered:
randombit
No branches or pull requests
This way Clang never sees
donna128
and can't do it's nasty/smart optimizations.This assumes _BitInt is constant time which it is on x86-64 but I should check RISC-V32 since that seems worst case (32 bit, no carry bit) [*]
[*] And if _BitInt is not ct on RISCV that probably prevent using it for
word3
alsoThe text was updated successfully, but these errors were encountered: