]> Cypherpunks.ru repositories - pygost.git/commitdiff
RFC 7836 already contains test vectors, so omit link to TC26 PDF
authorSergey Matveev <stargrave@stargrave.org>
Sat, 26 Nov 2016 08:28:30 +0000 (11:28 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 26 Nov 2016 08:28:30 +0000 (11:28 +0300)
pygost/test_gost3410_vko.py
pygost/test_gost34112012.py

index c35f9ef66c6c9abda8715e97b525dd325a02dfef..f9a68b68824c48f7c6ab031d2ee303636659ab08 100644 (file)
@@ -49,7 +49,7 @@ class TestVKO34102001(TestCase):
 
 
 class TestVKO34102012256(TestCase):
-    """http://tc26.ru/methods/recommendation/%D0%A2%D0%9A26%D0%90%D0%9B%D0%93.pdf test vectors
+    """RFC 7836
     """
     def test_vector(self):
         curve = GOST3410Curve(*CURVE_PARAMS["GostR3410_2012_TC26_ParamSetA"])
@@ -79,7 +79,7 @@ class TestVKO34102012256(TestCase):
 
 
 class TestVKO34102012512(TestCase):
-    """http://tc26.ru/methods/recommendation/%D0%A2%D0%9A26%D0%90%D0%9B%D0%93.pdf test vectors
+    """RFC 7836
     """
     def test_vector(self):
         curve = GOST3410Curve(*CURVE_PARAMS["GostR3410_2012_TC26_ParamSetA"])
index 3665df2c8127ba7c7de1e20918a204af3d6ad59f..4b06bb4e88b6abcd952210563a6593d683348708 100644 (file)
@@ -36,7 +36,7 @@ class TestCopy(TestCase):
 
 
 class TestHMAC(TestCase):
-    """http://tc26.ru/methods/recommendation/%D0%A2%D0%9A26%D0%90%D0%9B%D0%93.pdf test vectors
+    """RFC 7836
     """
     def test_256(self):
         for digestmod in (GOST34112012256, gost34112012256):