From 47463cff1f888603756bf1f716a6f28d80cb3ea1 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 26 Mar 2026 17:12:45 +0100 Subject: [PATCH] Make HMAC comparison constant time --- spec/Overview.html | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/Overview.html b/spec/Overview.html index 7f88a4c..0e754ee 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -14437,6 +14437,7 @@
Verify

Return true if |mac| is equal to |signature| and false otherwise. + This comparison must be performed in constant-time.