Open joefol opened 7 months ago
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.
Error received in server.py:
line 24, in test = pickle.loads(data) ^^^^^^^^^^^^^^^^^^ EOFError: Ran out of input
This only happens around 10% of the time
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.