]> git.codecow.com Git - Monocypher.git/commitdiff
Updated CHANGELOG (2.0.6)
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 21 Oct 2019 13:43:02 +0000 (15:43 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 21 Oct 2019 13:43:02 +0000 (15:43 +0200)
CHANGELOG.md

index 48085f6ebe0416d70d748ce1abba719475cc430a..5b6f7a93e94e68e5e0468670602c71c795400909 100644 (file)
@@ -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