aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-08-31 14:00:09 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-08-31 14:00:09 +0200
commit7888dd946a6aac26829d6199c3336523b51b65b9 (patch)
tree560c131ac65ad1fd9f2f3a1c984a6659bda17700
parent6a1c33d7a165b0cea9c04a6172229401750d6a7d (diff)
downloadleona-master.tar.gz
leona-master.tar.bz2
leona-master.zip
mention hctr2 in readmeHEADmaster
-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