From: Loup Vaillant Date: Mon, 21 Oct 2019 13:43:02 +0000 (+0200) Subject: Updated CHANGELOG (2.0.6) X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=388911f440a64520cbbb9801758becb53642aff3;p=Monocypher.git Updated CHANGELOG (2.0.6) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 48085f6..5b6f7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +2.0.6 +----- +2019/10/21 + +- Added the `BLAKE2_NO_UNROLLING` preprocessor definition. Activating it + makes the binary about 5KB smaller, and speeds up processing times on + many embedded processors. +- Reduced the stack usage of signature verification by about + 40%. Signature verification now fits in smaller machines. +- Fixed many implicit casts warnings. +- Fixed the manual here and there. +- Lots of small nitpicks. + + 2.0.5 ----- 2018/08/23