From f3cbdf5265fbc11a8cfd092264b372a89c669b44 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 29 Jul 2019 18:40:53 +0300 Subject: [PATCH] Missing blank line --- pygost/test_gost34112012.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index 5486d0e..78a6384 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -87,6 +87,7 @@ class TestVectors(TestCase): GOST34112012256(m).digest(), hexdec("508f7e553c06501d749a66fc28c6cac0b005746d97537fa85d9e40904efed29d")[::-1] ) + def test_habr144(self): """Test vector from https://habr.com/ru/post/450024/ """ -- 2.44.0