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

Is Schnorr scheme used in ECDSA? #235

Open
wy0sq opened this issue Mar 28, 2023 · 0 comments
Open

Is Schnorr scheme used in ECDSA? #235

wy0sq opened this issue Mar 28, 2023 · 0 comments

Comments

@wy0sq
Copy link

wy0sq commented Mar 28, 2023

I noticed that eddsa includes a Schnorr proof, but there doesn't seem to in esdsa. I would like to know whether the esdsa scheme has a proof of "holding the private key of the broadcast ecdsa shard public key".

Does this code in tss-lib implement the Schnorr proof for this ecdsaPubKey:

round.save.PaillierSK.Proof(ki, ecdsaPubKey)

ppk := round.save.PaillierPKs[j]
ok, err := prf. Verify(ppk. N, PIDs[j], ecdsaPub)
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

1 participant