X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=b91a0f19c090062446cef03c0a8ba949385096a6;hb=42affcababd5e17ff378200e0b9b960e65fd2939;hp=bcfd5feeb9d9e1a53834daf632150e726361173c;hpb=9009082ff15ac83ea5923042c22891b6b525bc72;p=gogost.git diff --git a/news.texi b/news.texi index bcfd5fe..b91a0f1 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,41 @@ @table @strong +@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 + makes them more friendly with some implementations. + +@anchor{Release 5.4.0} +@item 5.4.0 + Even slightly less allocations in Streebog. + @anchor{Release 5.3.0} @item 5.3.0 ~16x speedup of Streebog, ~15x speedup of Kuznechik.