]> Cypherpunks.ru repositories - gogost.git/commitdiff
VKO GOST is VKO GOST R standard
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 20:19:30 +0000 (23:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 20:19:30 +0000 (23:19 +0300)
README
src/cypherpunks.ru/gogost/gost3410/private.go
www.texi

diff --git a/README b/README
index d0c17d31af21649d7e2d982ffc07d0ea3b20ab43..1f4e6ba1ee1c74c41215e7ab3815fe6ffbed4385 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ 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 GOST R 34.10-2001 Diffie-Hellman function (RFC 4357)
 * GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik) (RFC 7801)
 * GOST R 34.13-2015 padding methods
 
index c145eb9dcd85990076c66a25cf1221b61f9c97d6..b64dc47a0f375c0dae4d56aa40b211d06dc066da 100644 (file)
@@ -108,7 +108,7 @@ Retry:
 
 // Make Diffie-Hellman computation. Key Encryption Key calculation.
 // UKM is user keying material, also called VKO-factor, 8-bytes long.
-// It is based on RFC 4357 VKO GOST 34.10-2001 with little-endian hash
+// It is based on RFC 4357 VKO GOST 34.10-2001 with little-endian hash
 // output.
 func (pk *PrivateKey) KEK(pub *PublicKey, ukm []byte) ([]byte, error) {
        if len(ukm) != 8 {
index d808d1b49e81a2b69241085602c41f7530f870bf..4f1f22c359a2546795cfae11589080ccace34fa4 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -36,7 +36,7 @@ Currently supported algorithms are:
     (@url{https://tools.ietf.org/html/rfc7091.html, RFC 7091})
     public key signature function
 @item various 34.10 curve parameters included
-@item VKO 34.10-2001 Diffie-Hellman function
+@item VKO GOST R 34.10-2001 Diffie-Hellman function
     (@url{https://tools.ietf.org/html/rfc4357.html, RFC 4357})
 @item GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik)
     (@url{https://tools.ietf.org/html/rfc7801.html, RFC 7801})
@@ -112,6 +112,6 @@ uid   GoGOST releases <gogost at cypherpunks dot ru>
 
 You can obtain development source code by cloning
 @url{http://git-scm.com/, Git}
-@url{https://git.cypherpunks.ru/cgit.cgi/gogost.git/, repository}.
+@url{https://git.cypherpunks.ru/cgit.cgi/gogost.git/}.
 
 @bye