Skip to content

Commit 7958922

Browse files
author
Daan Sprenkels
committed
readme: Update after hardening in b43b139
b43b139 effectively disables the branches produced by LLVM, so remove the statement that the non-`nightly` `black_box` does not protect against these optimizations.
1 parent d35d4ab commit 7958922

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ To prevent the latter possibility, when using the `nightly` feature
1919
from the optimizer, by passing it through an inline assembly block. For more
2020
information, see the _About_ section below.
2121

22-
When not using the `nightly` feature, there is no protection against b). This
23-
is unfortunate, but is at least no worse than C code, and has the advantange
24-
that if a suitable black box is stabilized, we will be able to transparently
25-
enable it with no changes to the external interface).
26-
2722
```toml
2823
[dependencies.subtle]
2924
version = "2.1"

0 commit comments

Comments
 (0)