From: Sergey Matveev Date: Sun, 10 Apr 2016 08:40:56 +0000 (+0300) Subject: Depend on updated pygost X-Git-Url: http://www.git.cypherpunks.ru/?p=pyssss.git;a=commitdiff_plain;h=753d4f548bf32aa78c70777cb400d727a15b85d2 Depend on updated pygost --- diff --git a/ssss.py b/ssss.py index 033b930..f8ce958 100644 --- a/ssss.py +++ b/ssss.py @@ -21,8 +21,8 @@ https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing from os import urandom -from pygost.gost3410 import bytes2long -from pygost.gost3410 import long2bytes +from pygost.utils import bytes2long +from pygost.utils import long2bytes SECRET_LEN = 32