]> Cypherpunks.ru repositories - pygost.git/commitdiff
VKO GOST is VKO GOST R standard
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 19:21:15 +0000 (22:21 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 19:21:15 +0000 (22:21 +0300)
README
pygost/gost3410_vko.py

diff --git a/README b/README
index 95f555bb531635d1692f30c38db95bddac211b7b..54cc0c9fde75a3e303e619d1fd4b4f9831074659 100644 (file)
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ GOST is GOvernment STandard of Russian Federation (and Soviet Union).
 * GOST R 34.10-2001 (RFC 5832) public key signature function
 * GOST R 34.10-2012 (RFC 7091) public key signature function
 * various 34.10 curve parameters included
-* VKO 34.10-2001 Diffie-Hellman function (RFC 4357)
-* VKO 34.10-2012 Diffie-Hellman function
+* VKO GOST R 34.10-2001 Diffie-Hellman function (RFC 4357)
+* VKO GOST R 34.10-2012 Diffie-Hellman function
 * 28147-89 and CryptoPro key wrapping (RFC 4357)
 * 28147-89 CryptoPro key meshing for CFB mode (RFC 4357)
 * RFC 4491 (using GOST algorithms with X.509) compatibility helpers
index a0354b52b4933b7918080738481eb213b054fde2..10d2d46c41ec66fb82429f28678d9a3999bc0f6c 100644 (file)
@@ -18,7 +18,7 @@ def vko_34102001(curve, prv, pubkey, ukm):
     :rtype: bytes, 32 bytes
 
     Shared Key Encryption Key computation is based on
-    :rfc:`4357` VKO GOST 34.10-2001 with little-endian
+    :rfc:`4357` VKO GOST 34.10-2001 with little-endian
     hash output.
     """
     key = curve.exp(prv, pubkey[0], pubkey[1])