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

Add correct context to signing #463

Open
marsella opened this issue Aug 4, 2023 · 0 comments
Open

Add correct context to signing #463

marsella opened this issue Aug 4, 2023 · 0 comments
Labels

Comments

@marsella
Copy link

marsella commented Aug 4, 2023

In the original draft of InnerProtocolParticipant for signing, we only added generic shared context (like, participant set, sid, etc). However, in the paper, presigning gets the full ssid, which includes lots of additional context (the public key shares, the public aux info, the rid).

In #425, we'll likely add the public key shares in order to be able to verify the signature. However, the other elements are still missing.

This issue is not high priority because, in the absence of identifiable abort, we don't actually construct ZK proofs in signing so it's not an active problem to not include them at this point. However, we should add them for completeness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants