]> Cypherpunks.ru repositories - gogost.git/commitdiff
gogost. and gost. homepages
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Aug 2017 08:38:42 +0000 (11:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Aug 2017 13:48:08 +0000 (16:48 +0300)
INSTALL
README
makedist.sh
www.texi

diff --git a/INSTALL b/INSTALL
index 2509a7e47e0a3ecd501372544eccd954c20668bd..80f01814e0b3fc56d42e51c6d9bfebe9c6448f59 100644 (file)
--- 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 7aff4fbde64654ba955f174f910a1ba1d62de63d..34c02441715d6f8d36b8b96eff2b93d2a1f9ad9f 100644 (file)
--- 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
index 3f31bbfeb7aace8d931318417850d7f3222d6480..09afc0f4e1d4f4522ea218b036e3da8a38537dec 100755 (executable)
@@ -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
index d7fcf0483ed9f296fbc191569215fde2915ae4fe..53e962631bb71fe5c92cb779d85d28677532997d 100644 (file)
--- 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