From: Sergey Matveev Date: Sun, 2 Dec 2018 17:02:46 +0000 (+0300) Subject: Forgotten 3.12 NEWS update X-Git-Tag: 3.15~14 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=b29e2bff6538edcca8285cb880f8dca45ab85c2b Forgotten 3.12 NEWS update --- 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.