X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Ftest_gost28147_mac.py;h=d5d5bfe0814764fb45c7a00aa0a78575e045f27b;hb=31b08d5a78505f0ae1a144e58d023d84eda2cc6e;hp=1f016197cdb5f63fa54221c959c8e93ed63a00ab;hpb=5ecaafbe1a87f9a311a18574653e6dbc75a776b9;p=pygost.git diff --git a/pygost/test_gost28147_mac.py b/pygost/test_gost28147_mac.py index 1f01619..d5d5bfe 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-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 @@ -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"