From b29e2bff6538edcca8285cb880f8dca45ab85c2b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 2 Dec 2018 20:02:46 +0300 Subject: [PATCH] Forgotten 3.12 NEWS update --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index ef5383b..5726ed8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +3.12: + * Added mode argument to pygost.gost3410_vko.kek_34102012256, + because 256-bit private keys can be used with that algorithm too + * Fix incorrect degree sanitizing in pygost.gost3410.GOST3410Curve.exp + preventing using of UKM=1 in @code{pygost.gost3410_vko.kek_*} functions + 3.11: Fixed PEP247 typing stub with invalid hexdigest method. -- 2.44.0