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
In order to address ME-03 (#72), we need to store the private shares regardless of whether they decrypt properly or fail to verify against the public polynomial of the sending party. That way duplicate messages can be handled quickly and without any expensive math operations.
These will be cleaned up after DKG completes as part of HI-01 (#68).
When a signer runs the method dkg_private_shares() upon receiving private share, the execution will run the line
before attempting decryption so that if decryption fails, the hashmap will still contain the value.
The text was updated successfully, but these errors were encountered: