-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improve RSAPSS documentation #425
Conversation
We require contributors to sign our Contributor License Agreement https://github.com/cryspen/hacl/blob/main/CLA.md ensuring that the contribution can be licensed under Apache 2.0 and MIT. In order for us to review and merge your code, please mention @cryspen/core in a comment below to get yourself added. |
@cryspen/core |
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.
No problem. Once we finish/resolve our above conversation, I'll head over there. |
Case analysis of invlaid key arguments.
b9aed9e
to
6a4c4ee
Compare
We require contributors to sign our Contributor License Agreement https://github.com/cryspen/hacl/blob/main/CLA.md ensuring that the contribution can be licensed under Apache 2.0 and MIT. In order for us to review and merge your code, please mention @cryspen/core in a comment below to get yourself added. |
Here's the latest:
That's about it. I think we're done 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.
Thanks
Can you update your branch? Then I can merge it. |
Gotcha |
Case analysis of invlaid key arguments.
Summary of Changes
The documentation for RSAPSS receives additional clarity:
Hacl_RSAPSS_new_rsapss_load_pkey
andHacl_RSAPSS_new_rsapss_load_skey
explains thatNULL
is returned on failure.sgnt
parameter in applicable functions in the case a client, for some odd reason, decides to overwrite other arguments with the produced signature.Issues Resolved
Resolves #346.
Local Testing
./mach build --test
: all passed../mach doc
: finished, RSAPSS documentation page renders correctly.