File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,11 @@ Rand **is not**:
39
39
not simplicity. If you prefer a small-and-simple library, there are
40
40
alternatives including [ fastrand] ( https://crates.io/crates/fastrand )
41
41
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 ) .
48
47
49
48
Documentation:
50
49
You can’t perform that action at this time.
0 commit comments