X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fgost341194.py;h=6d58efd666de769c9358ff66b2bf5f0175681d23;hp=a6a65efbfc9b51784d3217605ffa39bdff2c73f0;hb=d59175f7b4ae74bf32dee438fb64577140e0ac23;hpb=55ff1f33182c150ca71c44a11ac656f69214e0ba diff --git a/pygost/gost341194.py b/pygost/gost341194.py index a6a65ef..6d58efd 100644 --- a/pygost/gost341194.py +++ b/pygost/gost341194.py @@ -33,7 +33,7 @@ from pygost.pbkdf2 import pbkdf2 as pbkdf2_base from pygost.utils import hexdec from pygost.utils import hexenc from pygost.utils import strxor -from pygost.utils import xrange # pylint: disable=redefined-builtin +from pygost.utils import xrange DEFAULT_SBOX = "id-GostR3411-94-CryptoProParamSet"