-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add documentation for new public key callback functions #180
Conversation
Co-Authored-By: Anthony H <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Looks good to me.
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.
Please fix for the other algorithms also, ED25519, X448 and RSA PSS.
Co-Authored-By: Anthony H <[email protected]>
c5c0e96
Co-Authored-By: Anthony H <[email protected]>
Added documentation for 14 new callback functions in chapter06.md:
DH Callbacks:
Ed25519 Callbacks:
X25519 Callbacks:
Ed448 Callbacks:
X448 Callbacks:
RSA PSS Callbacks:
The documentation includes function prototypes, registration methods, context setting functions, build requirements, and references to example implementations.
Link to Devin run: https://app.devin.ai/sessions/a8cbc63f14f049db85bf9d8679008f12
Requested by: Anthony