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

The MPC protocol should use a new set of ElGamal Keys for each computation #13

Closed
wangyaopw opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wangyaopw
Copy link
Member

Currently, we use a fixed set of ElGamal Keys for all computations, which is not secure.

We need to generate a new set of keys for each computation.

@wangyaopw wangyaopw self-assigned this Apr 13, 2021
@wangyaopw wangyaopw added the enhancement New feature or request label Apr 13, 2021
@wangyaopw
Copy link
Member Author

This is already fixed

renjiezh pushed a commit that referenced this issue Feb 7, 2022
…Config resource key. (#13)

This allows the Kingdom to select an appropriate protocol and well-known protocol configuration for a given Measurement, abstracting the protocol-specific details from Measurement creation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant