File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
4948Documentation:
5049
You can’t perform that action at this time.
0 commit comments