From c36379b050403f38c1ceff4f67b5eb9e612bac34 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 26 Nov 2016 11:28:30 +0300 Subject: [PATCH] RFC 7836 already contains test vectors, so omit link to TC26 PDF --- pygost/test_gost3410_vko.py | 4 ++-- pygost/test_gost34112012.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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): -- 2.44.0