From: Niels Möller Date: Sun, 22 Jun 2025 15:31:27 +0000 (+0200) Subject: Add ChangeLog note on hmac_ctx reductions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea085d24133cbff6ae34fe425b3d2315cf634c7b;p=thirdparty%2Fnettle.git Add ChangeLog note on hmac_ctx reductions. --- diff --git a/ChangeLog b/ChangeLog index 6ee4beb7..89e2bc1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-06-22 Niels Möller + + HMAC context reductions: hmac_sha256_ctx reduced from 336 bytes to + 192, hmac_sha512_ctx from 648 to 376, hmac_sha1_ctx from 312 to 168. + 2025-05-26 Niels Möller * hmac.c (hmac_set_key, hmac_update, hmac_digest): Delete file and