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

[v2] Add RSA sign_pss() and verify_pss() methods #169

Merged
merged 1 commit into from Nov 14, 2017

Conversation

rhenium
Copy link
Member

@rhenium rhenium commented Nov 13, 2017

Support Probabilistic Signature Scheme for RSA key signing.

[ky: the patch was originally submitted as GitHub Pull Request #76.
finish keyword arguments handling, update docs, and fix tests.]

This replaces #76. Merging this will close #75.

Support Probabilistic Signature Scheme for RSA key signing.

[ky: the patch was originally submitted as GitHub Pull Request ruby#76.
 finish keyword arguments handling, update docs, and fix tests.]
@rhenium rhenium merged commit e345225 into ruby:master Nov 14, 2017
@pkarman
Copy link

pkarman commented Nov 14, 2017

thanks @rhenium !

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

Successfully merging this pull request may close these issues.

Probabilistic Signature Scheme for RSA key signing
2 participants