From 388911f440a64520cbbb9801758becb53642aff3 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 21 Oct 2019 15:43:02 +0200 Subject: [PATCH] Updated CHANGELOG (2.0.6) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.47.3