From: Sergey Matveev Date: Fri, 8 Oct 2021 11:13:36 +0000 (+0300) Subject: Prepare for release X-Git-Tag: v5.8.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=30541e11873861a0ba5878158ff1a7f14e5fb799 Prepare for release --- diff --git a/gogost.go b/gogost.go index 9343cff..7df53a2 100644 --- a/gogost.go +++ b/gogost.go @@ -1,4 +1,4 @@ // Pure Go GOST cryptographic functions library. package gogost -const Version = "5.7.1" +const Version = "5.8.0" diff --git a/news.texi b/news.texi index b91a0f1..049ee1f 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @table @strong +@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.