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

Validation of partial key pairs currently omits a range proof in the validity proof and verification processes. #15

Open
woojucy opened this issue Oct 12, 2024 · 0 comments
Assignees

Comments

@woojucy
Copy link
Member

woojucy commented Oct 12, 2024

Description

The current function for generating partial key pairs requires a zero-knowledge proof to ensure that the sum of the two secret values r and s, used as the exponents for the public key, is less than the value obtained by dividing the modulus N by the number of sequencers. Therefore, it is necessary to add logic to the prove_partial_key_validity function to generate this proof.

Accordingly, before aggregating the partial keys, there is also a need to verify the zero-knowledge proof that confirms the range of the secret values. Based on the current implementation, this verification is necessary in the verify_partial_key_validity function.

@woojucy woojucy assigned woojucy and Kanet1105 and unassigned woojucy and Kanet1105 Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants