X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Ftest_gost28147_mac.py;h=29409746183670051bf9014634741046b9ea3e21;hb=a9f7e3dfc59a987c3d6cce4108f18d9f6b72867b;hp=1f016197cdb5f63fa54221c959c8e93ed63a00ab;hpb=5ecaafbe1a87f9a311a18574653e6dbc75a776b9;p=pygost.git diff --git a/pygost/test_gost28147_mac.py b/pygost/test_gost28147_mac.py index 1f01619..2940974 100644 --- a/pygost/test_gost28147_mac.py +++ b/pygost/test_gost28147_mac.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2022 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 @@ -20,7 +20,7 @@ from pygost.gost28147_mac import MAC class TestMAC(TestCase): - """ Test vectors generated with libgcl3 library + """Test vectors generated with libgcl3 library """ k = b"This is message\xFF length\x0032 bytes"