aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f11059c..fec8517 100644
--- a/README.md
+++ b/README.md
@@ -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