]> Cypherpunks.ru repositories - gogost.git/blobdiff - src/cypherpunks.ru/gogost/gost3410/vko2001.go
Sbox names comply with OIDs
[gogost.git] / src / cypherpunks.ru / gogost / gost3410 / vko2001.go
index 258568d932445f500d7fbcc545eed9e7847bf3a3..e7482bb6d23945705d14154a4842c989d874b791 100644 (file)
@@ -34,7 +34,7 @@ func (prv *PrivateKey) KEK2001(pub *PublicKey, ukm *big.Int) ([]byte, error) {
        if err != nil {
                return nil, err
        }
-       h := gost341194.New(&gost28147.GostR3411_94_CryptoProParamSet)
+       h := gost341194.New(&gost28147.SboxIdGostR341194CryptoProParamSet)
        h.Write(key)
        return h.Sum(key[:0]), nil
 }