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

tss/rsa: Adding verification of signature shares #453

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

armfazh
Copy link
Contributor

@armfazh armfazh commented Jul 19, 2023

This enables verification of signature shares, provided safe primes are used in the RSA key.

Reference: Protocol 1 of https://www.iacr.org/archive/eurocrypt2000/1807/18070209-new.pdf

Stacked on top of #451

@armfazh armfazh added the enhancement Improvement over something already in the project label Jul 19, 2023
@armfazh armfazh self-assigned this Jul 19, 2023
// they are not verifiable.
// This field is present only if the RSA private key is
// composed of two safe primes.
vk *VerifyKeys
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be added to the MarshalBinary/UnmarshalBinary functions https://github.com/cloudflare/circl/blob/tssRSAverif/tss/rsa/keyshare.go#L51

Copy link
Contributor Author

Choose a reason for hiding this comment

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

to ease review, I will propose changes to the serialization functions in a different PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement over something already in the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants