X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fgost3412.py;h=0dce23f4c0eefa4e3076b3055956ade3ff8b06e3;hb=9af4461c6af50f9cf83030867e7054d1f6311b32;hp=296e4fbea72a794ca625c71663ce38b223b0d9e6;hpb=4277661e11e63906d923827e5c124877f1dc0c8d;p=pygost.git diff --git a/pygost/gost3412.py b/pygost/gost3412.py index 296e4fb..0dce23f 100644 --- a/pygost/gost3412.py +++ b/pygost/gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2020 Sergey Matveev +# Copyright (C) 2015-2021 Sergey Matveev # # 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 @@ -26,7 +26,7 @@ from pygost.utils import strxor from pygost.utils import xrange -KEY_SIZE = 32 +KEYSIZE = 32 LC = bytearray(( 148, 32, 133, 16, 194, 192, 1, 251, 1, 192, 194, 16, 133, 32, 148, 1,