diff options
| -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 |
