From f298f422b80310b1168ab840f003e85dda249d51 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 9 Nov 2020 23:57:06 +0100 Subject: [PATCH] Update CHANGELOG for next version --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7014723..719b444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +3.1.2 +----- +2020/11/09 + +- Addressed issues from Cure53's audit: + - MON-01-001: Clarified which CSPRNG to use on Darwin. + - MON-01-002: Won't fix (nonce handling is a core design decision). + - MON-01-004: Compared with Kleshni's implementation. + - MON-01-005: Split a dedicated "advanced" folder in the manual. +- Quality assurance for 2^255-19 arithmetic (elliptic curves): + - Documented carry propagation. + - Enforced slightly safer invariants. +- Made the vectors.h header more compact and easier to modify. +- TIS-CI integration. + + 3.1.1 ----- 2020/06/15 -- 2.47.3