|
|
|
|
|
by quohort
690 days ago
|
|
Perhaps the solution is also to reign in the language standard to support stricter use cases. For example, what if there was a constant-time { ... }; block in the same way you have extern "C" { ... }; . Not only would it allow you to have optimizations outside of the block, it would also force the compiler to ensure that a given block of code is always constant-time (as a security check done by the compiler). |
|
Here's a nine-year-old comment from the author asking for exactly that:
https://groups.google.com/g/boring-crypto/c/48qa1kWignU/m/o8...