diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-08-31 14:00:09 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-08-31 14:00:09 +0200 |
| commit | 7888dd946a6aac26829d6199c3336523b51b65b9 (patch) | |
| tree | 560c131ac65ad1fd9f2f3a1c984a6659bda17700 | |
| parent | 6a1c33d7a165b0cea9c04a6172229401750d6a7d (diff) | |
| download | leona-7888dd946a6aac26829d6199c3336523b51b65b9.tar.gz leona-7888dd946a6aac26829d6199c3336523b51b65b9.tar.bz2 leona-7888dd946a6aac26829d6199c3336523b51b65b9.zip | |
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -50,9 +50,10 @@ There are two drawbacks to LIONESS: 1. It is slow. 2. It cannot encrypt short messages (shorther than the hash output size). -If you require a wide block cipher, consider using a different construction -(like aez via [aez](https://crates.io/crates/aez) or -[zears](https://crates.io/crates/zears)). +If you require a wide block cipher, consider using a different construction, like + +* `aez` via [aez](https://crates.io/crates/aez) or [zears](https://crates.io/crates/zears)). +* `hctr2` via [hctr2](https://crates.io/crates/hctr2) ## License |
