Skip to content

Commit f253d53

Browse files
authored
README.md: mention aes is audited
Closes #292
1 parent e9e4511 commit f253d53

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Collection of [block ciphers][1] and [block modes][2] written in pure Rust.
44

55
## Warnings
66

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.
109

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.
1315

1416
**USE AT YOUR OWN RISK.**
1517

0 commit comments

Comments
 (0)