X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Ftest_cms.py;h=b289fa5595afb469e158646b8b3bc6343301ecc1;hb=5e92533267cb41c42af1243592c530304d18bff5;hp=048fafcffe687c4e5fa1834f0b66bcb263cc0c93;hpb=ff0ff768110b9bd69d030a1423bad515ea4c32bb;p=pygost.git diff --git a/pygost/test_cms.py b/pygost/test_cms.py index 048fafc..b289fa5 100644 --- a/pygost/test_cms.py +++ b/pygost/test_cms.py @@ -1,11 +1,10 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 -# 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 @@ -369,7 +368,7 @@ class TestEnvelopedKARI(TestCase): }, ), ), - ) for spki_algorithm in ( + ) for _ in ( id_tc26_gost3410_2012_256, id_tc26_gost3410_2012_512, )