X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Ftest_mgm.py;h=56cfda0a30cf9421b2af0ddc5b7ce32678e13322;hp=0d692b634431f181000cbb25348c1116d47417f1;hb=a63f78066756e6959b7bcbc52738f2ff4a03a308;hpb=d12cbb325a9dbb2c362ce16ffe32434b09a2b9fc diff --git a/pygost/test_mgm.py b/pygost/test_mgm.py index 0d692b6..56cfda0 100644 --- a/pygost/test_mgm.py +++ b/pygost/test_mgm.py @@ -18,8 +18,8 @@ from os import urandom from random import randint from unittest import TestCase -from pygost.gost3412 import GOST3412Magma from pygost.gost3412 import GOST3412Kuznechik +from pygost.gost3412 import GOST3412Magma from pygost.mgm import MGM from pygost.mgm import nonce_prepare from pygost.utils import hexdec