X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=3ffaae9433f5f9ca0e08baffd82a5a8241be913f;hb=f8f91a38bd9f2d99b2b8d3785b91b69f5b20caa6;hp=919168c0335b3bdacbcf7c49e0302a1e7554d690;hpb=72a7a96239127f18c7597c101a2091c87fc91c5a;p=gogost.git diff --git a/news.texi b/news.texi index 919168c..3ffaae9 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,40 @@ @table @strong +@anchor{Release 5.9.0} +@item 5.9.0 +@code{gost3410} is more thread-safe. + +@anchor{Release 5.8.0} +@item 5.8.0 +Faster Kuznechik and ~3x faster Kuznechik-MGM. + +@anchor{Release 5.7.0} +@item 5.7.0 +Go 1.17 requires @code{gost3410.PublicKey} to have @code{Equal} method. + +@anchor{Release 5.6.0} +@item 5.6.0 + @itemize + @item Add @code{gost3410.CurveIdtc26gost341012512paramSetTest} curve + @item More curve aliases: +@verbatim +CurveIdGostR34102001CryptoProAParamSet -> CurveIdtc26gost341012256paramSetB +CurveIdGostR34102001CryptoProBParamSet -> CurveIdtc26gost341012256paramSetC +CurveIdGostR34102001CryptoProCParamSet -> CurveIdtc26gost341012256paramSetD +CurveIdGostR34102001CryptoProXchAParamSet -> CurveIdGostR34102001CryptoProAParamSet +CurveIdGostR34102001CryptoProXchBParamSet -> CurveIdGostR34102001CryptoProCParamSet +CurveIdtc26gost34102012256paramSetA -> CurveIdtc26gost341012256paramSetA +CurveIdtc26gost34102012256paramSetB -> CurveIdtc26gost341012256paramSetB +CurveIdtc26gost34102012256paramSetC -> CurveIdtc26gost341012256paramSetC +CurveIdtc26gost34102012256paramSetD -> CurveIdtc26gost341012256paramSetD +CurveIdtc26gost34102012512paramSetTest -> CurveIdtc26gost341012512paramSetTest +CurveIdtc26gost34102012512paramSetA -> CurveIdtc26gost341012512paramSetA +CurveIdtc26gost34102012512paramSetB -> CurveIdtc26gost341012512paramSetB +CurveIdtc26gost34102012512paramSetC -> CurveIdtc26gost341012512paramSetC +@end verbatim + @end itemize + @anchor{Release 5.5.0} @item 5.5.0 @code{gost3410.PrivateKey} is in @code{gost3410.Curve.Q} now. That