We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a signer runs the method dkg_private_shares() upon receiving private share, the execution will run the line
self.dkg_private_shares .insert(src_signer_id, dkg_private_shares.clone());
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:
xoloki
No branches or pull requests
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: