]> Cypherpunks.ru repositories - gogost.git/blobdiff - src/cypherpunks.ru/gogost/gost3410/private.go
VKO GOST is VKO GOST R standard
[gogost.git] / src / cypherpunks.ru / gogost / gost3410 / private.go
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 {