From cdf9894e604c40071bee2bcc6177cc31e148f214 Mon Sep 17 00:00:00 2001 From: Matthias Schulz <140500342+mschulz-at-hilscher@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:11:38 +0100 Subject: [PATCH] Ajdusted change log. Co-authored-by: Dave Rodgman Signed-off-by: Matthias Schulz <140500342+mschulz-at-hilscher@users.noreply.github.com> --- ChangeLog.d/gcm-large-tables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/gcm-large-tables.txt b/ChangeLog.d/gcm-large-tables.txt index 84f9c1468..f9bba5b4e 100644 --- a/ChangeLog.d/gcm-large-tables.txt +++ b/ChangeLog.d/gcm-large-tables.txt @@ -1,4 +1,4 @@ Features * Add support for 8-bit GCM tables for Shoup's algorithm to speedup GCM - operations when hardware accelerated AES is not present (27-34% on 64-bit - Intel, 125-127% on ARMv7) + operations when hardware accelerated AES is not present. Improves + performance by around 30% on 64-bit Intel; 125% on Armv7-M.