File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ Collection of [block ciphers][1] and [block modes][2] written in pure Rust.
4
4
5
5
## Warnings
6
6
7
- Currently only the ` aes ` crate provides constant-time implementation.
8
- If you do not really know what you are doing, it's generally recommended not to
9
- use other cipher implementations in this repository.
7
+ Currently only the ` aes ` crate provides constant-time implementation and has received
8
+ a third-party security audit.
10
9
11
- Additionally, crates in this repository have not yet received any formal
12
- cryptographic and security reviews.
10
+ Other crates in this repository are not implemented in a constant-time manner and have
11
+ not yet received any formal cryptographic and security reviews.
12
+
13
+ It's generally recommended not to use other cipher implementations in this repository
14
+ besides the ` aes ` crate.
13
15
14
16
** USE AT YOUR OWN RISK.**
15
17
You can’t perform that action at this time.
0 commit comments