[verify signature]
$ tar xf gogost-@value{VERSION}.tar.zst
$ cd gogost-@value{VERSION}
-$ go build -mod=vendor -o streebog256 ./cmd/streebog256
+$ go build -o streebog256 ./cmd/streebog256
$ echo hello world | ./streebog256
f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d
@end example
cd $tmp/gogost-$release
git checkout v$release
./version >VERSION
-go mod vendor
cat >download.texi <<EOF
You can obtain releases source code prepared tarballs on
redo-cleanup full
rm -f $texi *.texi makedist version
-perl -i -npe "s/test/test -mod=vendor/" bench
-
find . -type d -exec chmod 755 {} +
find . -type f -exec chmod 644 {} +
chmod +x bench