X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=07fbf027e8d0cba02123f05aa381db39fa3a40d3;hb=1c02632c4df9da154fc636e6454eadbd683f582d;hp=57952337541331fe16a74cd8933560a2bf44a0d2;hpb=667bc4ff60f4588495c27e8ad6af700f15cfd718;p=pygost.git diff --git a/README b/README index 5795233..07fbf02 100644 --- 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