]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost3410_vko.py
Sbox/curve parameters names comply with OIDs
[pygost.git] / pygost / gost3410_vko.py
index ba489d6acb7bb3e1e64818d9b954487e4c516d38..eebaf4a7ceeffeba26a1bfc8c88d10338131665e 100644 (file)
@@ -56,7 +56,7 @@ def kek_34102001(curve, prv, pub, ukm):
     """
     return GOST341194(
         kek(curve, prv, pub, ukm, mode=2001),
-        "GostR3411_94_CryptoProParamSet",
+        "id-GostR3411-94-CryptoProParamSet",
     ).digest()