Skip to content

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 requested review from bwesterb and cjpatton July 19, 2023 00:51
@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.

2 participants