From: Sergey Matveev Date: Sat, 26 Nov 2016 08:28:30 +0000 (+0300) Subject: RFC 7836 already contains test vectors, so omit link to TC26 PDF X-Git-Tag: 3.1~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=c36379b050403f38c1ceff4f67b5eb9e612bac34 RFC 7836 already contains test vectors, so omit link to TC26 PDF --- diff --git a/pygost/test_gost3410_vko.py b/pygost/test_gost3410_vko.py index c35f9ef..f9a68b6 100644 --- a/pygost/test_gost3410_vko.py +++ b/pygost/test_gost3410_vko.py @@ -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"]) diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index 3665df2..4b06bb4 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -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):