X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=www.texi;h=4248b501ecdf2ecb2e919be808eacee2b7ba38fc;hp=86bc3efa8c3ea60b9493dc0f5e9128533ef3e645;hb=613ccc82b67b8b81e1c3d811377c6c472b55fe9c;hpb=a2b4808f6628225be99874bd5f6a0f80a514db82 diff --git a/www.texi b/www.texi index 86bc3ef..4248b50 100644 --- a/www.texi +++ b/www.texi @@ -60,7 +60,7 @@ Currently supported algorithms are: Example 34.10-2012 keypair generation, signing and verifying: -@verbatim +@example >>> from pygost.gost3410 import CURVES >>> curve = CURVES["id-tc26-gost-3410-12-512-paramSetA"] >>> from os import urandom @@ -80,7 +80,7 @@ Example 34.10-2012 keypair generation, signing and verifying: >>> from pygost.gost3410 import verify >>> verify(curve, pub, dgst, signature, mode=2012) True -@end verbatim +@end example Please send questions, bug reports and patches to @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost}