]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost3410_vko.py
Sbox/curve parameters names comply with OIDs
[pygost.git] / pygost / gost3410_vko.py
index 7b7e10d42a608fa778f2a5dc118e45a6ee533cd8..eebaf4a7ceeffeba26a1bfc8c88d10338131665e 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
@@ -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()