X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fgost28147.py;h=01368f8b3e26475935e507821f999aac211a38fd;hp=9cb438e012cf11227ad87352e2c679b5236b5d63;hb=d59175f7b4ae74bf32dee438fb64577140e0ac23;hpb=55ff1f33182c150ca71c44a11ac656f69214e0ba diff --git a/pygost/gost28147.py b/pygost/gost28147.py index 9cb438e..01368f8 100644 --- a/pygost/gost28147.py +++ b/pygost/gost28147.py @@ -28,7 +28,7 @@ from pygost.gost3413 import pad_size from pygost.gost3413 import unpad2 from pygost.utils import hexdec from pygost.utils import strxor -from pygost.utils import xrange # pylint: disable=redefined-builtin +from pygost.utils import xrange KEYSIZE = 32