-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running examples a few times and it computer hanged #17
Comments
I face the same issue. I tried to abort and I get this: in secret_int_to_points |
There was a controversy in the crypto community in the past over which was better, but it's become pretty clear that /dev/urandom uses a better model. I'll make this fix and we'll get you up and running in no time. |
Actually this shouldn't be happening. @Elfrania I believe you might have an older version of this library. Can you let me know what the version number is? And if you do |
Same issue: I just run this. The first time it may work, but if I run it a few times, it will hang. from secretsharing import SecretSharer total_number_of_shares = 3; print len(shares); # total_number_of_shares |
I retested the code, it's slow but it's completing now. Thank you, Ryan. |
@Elfrania can you please type Thanks! |
secretsharing==0.2.6 |
Hi Ryan,
I ran the examples, it seems to hang at the entropy part.
Thank you.
The text was updated successfully, but these errors were encountered: