From 7888dd946a6aac26829d6199c3336523b51b65b9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 31 Aug 2026 14:00:09 +0200 Subject: mention hctr2 in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3