We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b0106 commit f52c7b2Copy full SHA for f52c7b2
library/core/src/hint.rs
@@ -322,6 +322,7 @@ pub fn spin_loop() {
322
///
323
/// This limitation is not specific to `black_box`; there is no mechanism in the entire Rust
324
/// language that can provide the guarantees required for constant-time cryptography.
325
+/// (There is also no such mechanism in LLVM, so the same is true for every other LLVM-based compiler.)
326
327
/// </div>
328
0 commit comments