X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=919168c0335b3bdacbcf7c49e0302a1e7554d690;hb=af51e5a0dce5eaf048f24d4dd427203eefb05263;hp=68ee9069696f0b2c91c050b77cbd6a44af5eebf0;hpb=589425e6516d75e5c233d72369e39a6a293740b2;p=gogost.git diff --git a/news.texi b/news.texi index 68ee906..919168c 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,39 @@ @table @strong +@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. + +@anchor{Release 5.2.0} +@item 5.2.0 + MGM does not panic when short (tagless) message is verified. + +@anchor{Release 5.1.1} +@item 5.1.1 + Tarball uses vendoring, instead of @env{GOPATH} overriding. + As minimal Go version is 1.12 for a long time, it supports modules. + +@anchor{Release 5.1.0} +@item 5.1.0 + @code{gost3410/KEK*} functions do not alter @code{ukm} argument. + It is safe to reuse now. + +@anchor{Release 5.0.0} +@item 5.0.0 + Backward incompatible remove of excess misleading @code{gost3410.Mode} + from all related functions. Point/key sizes are determined by + looking at curve's parameters size. + @anchor{Release 4.3.0} @item 4.3.0 @strong{Fixed} nasty bug with Edwards curves using in 34.10-VKO