]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost3410_vko.py
Forbid any later GNU GPL versions autousage
[pygost.git] / pygost / gost3410_vko.py
index ba489d6acb7bb3e1e64818d9b954487e4c516d38..612f4bc073385379157f8332cf5eceb54714c850 100644 (file)
@@ -4,8 +4,7 @@
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -56,7 +55,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()