Skip to content
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

Fix bug with pickle loading in the initialization phase #12

Open
joefol opened this issue Apr 29, 2024 · 2 comments
Open

Fix bug with pickle loading in the initialization phase #12

joefol opened this issue Apr 29, 2024 · 2 comments

Comments

@joefol
Copy link
Owner

joefol commented Apr 29, 2024

Pickling dumping and loading in loops causes data to be missed in interpreting the shares and reconstructing the secret. Possibly could be a timing issue.

@joefol
Copy link
Owner Author

joefol commented Apr 29, 2024

Error received in server.py:

line 24, in
test = pickle.loads(data)
^^^^^^^^^^^^^^^^^^
EOFError: Ran out of input

@joefol
Copy link
Owner Author

joefol commented May 8, 2024

This only happens around 10% of the time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant