From ef8c08ce0356e7ed14a37a30fc03061749455b22 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 19 Aug 2017 11:38:42 +0300 Subject: [PATCH] gogost. and gost. homepages --- INSTALL | 4 ++-- README | 6 ++++-- makedist.sh | 16 ++++++++++------ www.texi | 8 +++++--- 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index 2509a7e..80f0181 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Preferable way is to download tarball with the signature from official website and, for example, run tests with benchmarks: - % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz - % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig + % wget http://gogost.cypherpunks.ru/gogost-1.1.tar.xz + % wget http://gogost.cypherpunks.ru/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz % xz -d < gogost-1.1.tar.xz | tar xf - % make -C gogost-1.1 all bench diff --git a/README b/README index 7aff4fb..34c0244 100644 --- a/README +++ b/README @@ -22,8 +22,10 @@ Known problems: GoGOST is free software: see the file COPYING for copying conditions. -GoGOST'es home page is: http://www.cypherpunks.ru/gogost/ -You can read about GOST algorithms more: http://www.cypherpunks.ru/gost/ +GoGOST'es home page is: http://gogost.cypherpunks.ru/ +Also available as I2P service: +http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/ +You can read about GOST algorithms more: http://gost.cypherpunks.ru/ Please send questions, bug reports and patches to https://lists.cypherpunks.ru/mailman/listinfo/gost diff --git a/makedist.sh b/makedist.sh index 3f31bbf..09afc0f 100755 --- a/makedist.sh +++ b/makedist.sh @@ -56,12 +56,14 @@ The main improvements for that release are: ------------------------ >8 ------------------------ -GoGOST'es home page is: http://www.cypherpunks.ru/gogost/ +GoGOST'es home page is: http://gogost.cypherpunks.ru/ +Also available as I2P service: +http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/ Source code and its signature for that version can be found here: - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz.sig + http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -88,12 +90,14 @@ GoGOST это свободное программное обеспечение ------------------------ >8 ------------------------ -Домашняя страница GoGOST: http://www.cypherpunks.ru/gogost/ +Домашняя страница GoGOST: http://gogost.cypherpunks.ru/ +Также доступная как I2P сервис: +http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz.sig + http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash diff --git a/www.texi b/www.texi index d7fcf04..53e9626 100644 --- a/www.texi +++ b/www.texi @@ -15,7 +15,9 @@ It is @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted} @url{https://www.gnu.org/philosophy/free-sw.html, free software}: licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3+}. -You can read about GOST algorithms @url{http://www.cypherpunks.ru/gost/, more}. +You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}. + +Site is also available as @url{http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/, I2P service}. Currently supported algorithms are: @@ -88,8 +90,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @verbatim -% wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz -% wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig +% wget http://gogost.cypherpunks.ru/gogost-1.1.tar.xz +% wget http://gogost.cypherpunks.ru/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz % xz -d < gogost-1.1.tar.xz | tar xf - % make -C gogost-1.1 all bench -- 2.44.0