From 753d4f548bf32aa78c70777cb400d727a15b85d2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Apr 2016 11:40:56 +0300 Subject: [PATCH] Depend on updated pygost --- ssss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0