]> Cypherpunks.ru repositories - pygost.git/blobdiff - README
New maillist address
[pygost.git] / README
diff --git a/README b/README
index 57952337541331fe16a74cd8933560a2bf44a0d2..07fbf027e8d0cba02123f05aa381db39fa3a40d3 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,9 @@ Example 34.10-2012 keypair generation, signing and verifying:
     >>> from os import urandom
     >>> prv_raw = urandom(64)
     >>> from pygost.gost3410 import prv_unmarshal
+    >>> from pygost.gost3410 import prv_marshal
     >>> prv = prv_unmarshal(prv_raw)
+    >>> prv_raw = prv_marshal(curve, prv)
     >>> from pygost.gost3410 import public_key
     >>> pub = public_key(curve, prv)
     >>> from pygost.gost3410 import pub_marshal
@@ -64,8 +66,8 @@ PyGOST'es home page is: http://www.pygost.cypherpunks.ru/
 You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/
 
 Please send questions, bug reports and patches to
-https://lists.cypherpunks.ru/mailman/listinfo/gost
-mailing list. Announcements also go to this mailing list.
+http://lists.cypherpunks.ru/gost.html mailing list.
+Announcements also go to this mailing list.
 
 Development Git source code repository currently is located here:
 http://www.git.cypherpunks.ru/?p=pygost.git;a=summary