-
Notifications
You must be signed in to change notification settings - Fork 174
feat: implement associated AlgorithmIdentifier traits for PKCS1v15 an… #284
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
Conversation
|
@tarcieri |
|
I'm pretty happy with the API. |
…d PSS keys Allow getting the algorithm identifiers for signing keys Signed-off-by: Dmitry Baryshkov <[email protected]>
| /* | ||
| * We do not expect that any of this functions fails, unless the library is broken, so it | ||
| * is safe to use unwrap() | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps it's better to use expect here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack, I'll switch to it.
…d PSS keys
Allow getting the algorithm identifiers for signing keys