]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.texi
Add PEP-396 compatible module's __version__
[pygost.git] / www.texi
index 86bc3efa8c3ea60b9493dc0f5e9128533ef3e645..4248b501ecdf2ecb2e919be808eacee2b7ba38fc 100644 (file)
--- 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}