From fffc38fbb9568b83575edeb2d6040fdf39fe7288 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 14 Mar 2023 19:53:30 +0300 Subject: [PATCH] Actualize link --- download.texi | 2 +- pygost/test_gost34112012.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download.texi b/download.texi index f6a4468..0056e3d 100644 --- a/download.texi +++ b/download.texi @@ -271,4 +271,4 @@ Also there is example P2P F2F E2EE IM written on Python, that uses PyGOST with @url{http://www.pyderasn.cypherpunks.ru/, PyDERASN}: @url{gostim.txz, GOSTIM} (@url{gostim.txz.sig, sig}) (17 KiB). It is -described on russian in @url{https://m.habr.com/ru/post/452200/, that article}. +described on russian in @url{https://habr.com/ru/post/452200/, that article}. diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index 63232d6..fdec31a 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -88,7 +88,7 @@ class TestVectors(TestCase): ) def test_habr144(self): - """Test vector from https://m.habr.com/ru/post/450024/ + """Test vector from https://habr.com/ru/post/452200/ """ m = hexdec("d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff0900060000000000000000000000010000000100000000000000001000002400000001000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff") self.assertSequenceEqual( -- 2.44.0