]> Cypherpunks.ru repositories - pyssss.git/commitdiff
Depend on updated pygost
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Apr 2016 08:40:56 +0000 (11:40 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Apr 2016 08:40:56 +0000 (11:40 +0300)
ssss.py

diff --git a/ssss.py b/ssss.py
index 033b930328d717e90ad9969c4360dc404cbc9350..f8ce9589b04b0719cf238c3baca5196f81e8a57f 100644 (file)
--- 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