You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DKG component, the participant, and the coordinator each implement the same struct, HTTPComms, which includes an encryption and decryption function for messages received via the server.
Mitigation
Since the code is the same across the three implementations, we recommend unifying this code for better abstraction and improved error resilience.
The text was updated successfully, but these errors were encountered:
Location
src/comms/http.rs#L117
src/comms/http.rs#L370
src/comms/http.rs#L276
Synopsis
The DKG component, the participant, and the coordinator each implement the same struct,
HTTPComms
, which includes an encryption and decryption function for messages received via the server.Mitigation
Since the code is the same across the three implementations, we recommend unifying this code for better abstraction and improved error resilience.
The text was updated successfully, but these errors were encountered: