X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Ftest_gost3410.py;h=f95c47b9b5cb859f466c460632a1dae6bf2100ac;hp=ecbacf6fefc9efcf672c1e1bee2d4f93be3c8eb9;hb=31b08d5a78505f0ae1a144e58d023d84eda2cc6e;hpb=82af8726ef5d5e2752089a45750e56c9910398c7 diff --git a/pygost/test_gost3410.py b/pygost/test_gost3410.py index ecbacf6..f95c47b 100644 --- a/pygost/test_gost3410.py +++ b/pygost/test_gost3410.py @@ -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,