]> git.codecow.com Git - Monocypher.git/commitdiff
Added missing entry in CHANGELOG.md
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Jan 2023 08:09:02 +0000 (09:09 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Jan 2023 08:09:02 +0000 (09:09 +0100)
CHANGELOG.md

index fb5d3a51590b06bc63b8962f3927bb06cddc83b6..224dd1b7026046b6d69199de7772e7d16c2c37d8 100644 (file)
@@ -151,6 +151,8 @@ boundaries.  The API changes increase consistency.
 - Rewrote the manual into proper man pages.
 - Added incremental interfaces for authenticated encryption and
   signatures.
+- Replaced `crypto_memcmp()` by 3 fixed size buffer comparisons (16, 32,
+  and 64 bytes), to make sure the generated code remains constant time.
 - A couple breaking API changes, easily fixed by renaming the affected
   functions.