From: Loup Vaillant Date: Mon, 9 Jan 2023 08:09:02 +0000 (+0100) Subject: Added missing entry in CHANGELOG.md X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4a05bc73125f5f877f7df2e8cf5a4ccf1fef5487;p=Monocypher.git Added missing entry in CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5d3a5..224dd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.