]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.texi
pygost. and gost. homepages
[pygost.git] / www.texi
index 6899a45bc3ba5ef283b4421fe0b4d19f74fa56b7..6311b9aa95aa291ec860087fd494be6b0d888dc0 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://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/, I2P service}.
 
 Currently supported algorithms are:
 
@@ -92,7 +94,7 @@ mailing list. Announcements also go to this mailing list.
 @table @strong
 @item 3.3
     @itemize
-    @item @code{GOST3412Kuz} renamed to @code{GOST3412Kuznezhik}
+    @item @code{GOST3412Kuz} renamed to @code{GOST3412Kuznechik}
     @item @code{GOST3412Magma} implements GOST R 34.12-2015 Magma 64-bit
         block cipher
     @end itemize
@@ -182,8 +184,8 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature:
 
 @verbatim
-% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz
-% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig
+% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz
+% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig
 % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz
 % xz -d < pygost-2.3.tar.xz | tar xf -
 % cd pygost-2.3