]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost3410.py
Raise copyright years
[pygost.git] / pygost / test_gost3410.py
index ecbacf6fefc9efcf672c1e1bee2d4f93be3c8eb9..51624dbd8d17144ffd32ccb5ef6e4b6b9e1131ed 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
@@ -32,7 +32,7 @@ from pygost.utils import long2bytes
 
 class Test341001(TestCase):
     def test_rfc(self):
-        """ Test vector from :rfc:`5832`
+        """Test vector from :rfc:`5832`
         """
         prv = bytes(bytearray((
             0x7A, 0x92, 0x9A, 0xDE, 0x78, 0x9B, 0xB9, 0xBE,
@@ -122,7 +122,7 @@ class Test34102012(TestCase):
         self.assertSequenceEqual(hexenc(signature), s + r)
 
     def test_gcl3(self):
-        """ Test vector from libgcl3
+        """Test vector from libgcl3
         """
         p = bytes2long(bytes(bytearray((
             0x45, 0x31, 0xAC, 0xD1, 0xFE, 0x00, 0x23, 0xC7,