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

Implement RSA signing (using CRT) in Rust, replacing GFp_rsa_private_transform #365

Closed
briansmith opened this issue Dec 2, 2016 · 3 comments
Assignees
Labels

Comments

@briansmith
Copy link
Owner

After #364 is done, it should be straightforward to transliterate GFp_rsa_private_transform into Rust. Note that I wrote GFp_rsa_private_transform myself so there are no licensing issues in changing the license.

The only caller is RSASigningState::sign().

@briansmith briansmith added the rsa label Dec 2, 2016
@briansmith briansmith self-assigned this Dec 12, 2016
@briansmith briansmith added this to the 0.6 milestone Dec 12, 2016
@briansmith briansmith mentioned this issue Dec 12, 2016
9 tasks
@briansmith briansmith removed this from the 0.6 milestone Dec 13, 2016
@briansmith briansmith removed their assignment Dec 13, 2016
@briansmith
Copy link
Owner Author

I really wanted to get this into 0.6 but I don't have time to work on it right now. I'd rather close out 0.6 after the new RSA blinding & verification code goes in so I can focus more on reviewing PRs for 0.7 and beyond.

@briansmith
Copy link
Owner Author

This is #394.

@briansmith
Copy link
Owner Author

#394 landed.

@briansmith briansmith self-assigned this Jan 2, 2017
@briansmith briansmith added this to the 0.6.n milestone Jan 2, 2017
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

1 participant