From: Loup Vaillant Date: Mon, 25 Apr 2022 18:46:36 +0000 (+0200) Subject: Fixed CHANGELOG X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b702ef94a65e6be40436c7a6fc3e4fb22de5940c;p=Monocypher.git Fixed CHANGELOG --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d83823..fb5d3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ 3.1.3 ----- -2022/04/19 +2022/04/25 - Fixed many typos in the documentation. - Fixed buffer overflow in speed benchmarks. - Fixed some MSVC warnings. +- Fixed a minor violation of the Elligator2 reverse map specs. - Added `change-prefix.sh` to help changing the `crypto_` prefix. - Added the `MONOCYPHER_CPP_NAMESPACE` preprocessor definition to support namespaces for C++.