]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost28147_mac.py
GOST PKCS#8 private keys are wrapped to OCTET STRING
[pygost.git] / pygost / test_gost28147_mac.py
index 2f54dd855bf43b44aea4c9392827f7524ab96b4b..7f8d7a7745ff9fcbc3e991a8594c2675b5619c97 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2020 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2021 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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"