From a03ac5788a079cfdccfd7bc40c117383ec521db3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 4 Oct 2021 13:22:21 +0300 Subject: [PATCH] Fix xz->zstd --- install.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.texi b/install.texi index d62987c..3b8b914 100644 --- a/install.texi +++ b/install.texi @@ -5,10 +5,10 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz -$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig -$ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz -$ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf - +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.sig +$ gpg --verify gogost-@value{VERSION}.tar.zst.sig gogost-@value{VERSION}.tar.zst +$ zstd --decompress --stdout gogost-@value{VERSION}.tar.zst | tar xf - $ cd gogost-@value{VERSION} $ redo all $ echo hello world | ./streebog256 -- 2.44.0