-
Notifications
You must be signed in to change notification settings - Fork 186
Add wolfCrypt sample on RH850 using CS+ #509
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
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.
Pull Request Overview
This PR introduces a wolfCrypt sample for Renesas RH850 using the CS+ environment. Key changes include configuration macros in user_settings.h, implementation of RSA-PSS signing and verification in rsapss.c (with support for both RSA2048 and RSA3072), custom string I/O routines in rh_string.c/h, and necessary boot and startup files for the target device.
Reviewed Changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| Renesas/cs+/RH850/rsapss_sign_verify/user_settings.h | Added configuration macros for wolfCrypt; duplicate definitions detected. |
| Renesas/cs+/RH850/rsapss_sign_verify/rsapss.c | Implements RSA-PSS sign/verify sample; potential issue with decryption buffer declaration. |
| Renesas/cs+/RH850/rsapss_sign_verify/main.c | Integrates the sample into a startup flow; contains a minor typo. |
| Other files (rsa_private_.c, rh_string., boot.asm, cstart.asm, README.md) | Added support files and documentation for the new sample. |
9a87132 to
0ad1850
Compare
dgarske
left a comment
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 squash to remove the intermediate commits with Renesas code.
0ad1850 to
932dbf7
Compare
No description provided.