From 30541e11873861a0ba5878158ff1a7f14e5fb799 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 8 Oct 2021 14:13:36 +0300 Subject: [PATCH] Prepare for release --- gogost.go | 2 +- news.texi | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.44.0