From 7e532f94391a03217f787281a08eaf1e7409d5fb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 12 May 2024 23:35:43 +0200 Subject: [PATCH] Mention the target CPU classes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e48cba..fe6ae0f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Include `` and call `aegis_init()` prior to doing anything else with th ## Benchmarks +AEGIS is very fast on CPUs with parallel execution pipelines and AES support. + ### Encryption (16 KB) ![AEGIS benchmark results](img/bench-encryption.png)