Skip to content

Commit 042af70

Browse files
committed
README: reword "not a cryptography library"
1 parent 664fb3c commit 042af70

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ Rand **is not**:
3939
not simplicity. If you prefer a small-and-simple library, there are
4040
alternatives including [fastrand](https://crates.io/crates/fastrand)
4141
and [oorandom](https://crates.io/crates/oorandom).
42-
- A cryptography library. Rand provides functionality for generating
43-
unpredictable random data (potentially applicable depending on requirements)
44-
but does not provide high-level cryptography functionality.
45-
46-
Rand is a community project and cannot provide legally-binding guarantees of
47-
security.
42+
- A cryptography library. `rand` is a community project and cannot provide
43+
legally-binding guarantees of security. `rand` does not provide high-level
44+
cryptographic functionality. Users are expected to determine for themselves
45+
whether `rand`'s functionality meets their own security requirements.
46+
For more, see [SECURITY.md](SECURITY.md).
4847

4948
Documentation:
5049

0 commit comments

Comments
 (0)