]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost34112012.py
RFC 7836 already contains test vectors, so omit link to TC26 PDF
[pygost.git] / pygost / test_gost34112012.py
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):