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

Added a dlog proof to vss feldman to defend against the n-t+1 attack #169

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

Rumata888
Copy link
Contributor

Currently the VSS Feldman primitive in Curv is vulnerable to n-t+1 attack, where there are n-t+1 malicious collaborators that can take over the protocol if one of them publishes 0-th polynomial coefficient commitment that is equal to s*G - \sum (Honest Participants' 0-th coefficient commitments). If there are n-t+1 adversaries, then the attackers can solve the system of linear equations and alter their polynomial coefficient commitments so that the honest participants don't notice that the attacker's 0-th coefficient commitment is poisoned. To defend from this attack I've added a proof of knowledge of the dlog of the 0-th commitment.

Copy link
Contributor

@elichai elichai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elichai elichai merged commit a4bfe72 into ZenGo-X:master Aug 7, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants