X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=install.texi;h=28eaba3f94e9d63c19e313bc02096d2e02af777a;hp=9af1f1ae460be9a70ef2035da05e4b52b7e12e07;hb=HEAD;hpb=bdd673f985d78301d8d03b94ac603722348ec4f2 diff --git a/install.texi b/install.texi index 9af1f1a..3e72eb0 100644 --- a/install.texi +++ b/install.texi @@ -8,7 +8,7 @@ website and, for example, run tests with benchmarks: $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] -$ zstd -d gogost-@value{VERSION}.tar.zst | tar xf - +$ tar xf gogost-@value{VERSION}.tar.zst $ cd gogost-@value{VERSION} $ go build -mod=vendor -o streebog256 ./cmd/streebog256 $ echo hello world | ./streebog256 @@ -24,7 +24,7 @@ like this: $ mkdir -p myproj/vendor/go.cypherpunks.ru/gogost $ mv gogost-@value{VERSION} myproj/vendor/go.cypherpunks.ru/gogost/v5 $ cd myproj -$ cat > main.go <main.go <