-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys/psa_crypto: chacha20 multipart operation implementation [Rebase] #21927
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
base: master
Are you sure you want to change the base?
sys/psa_crypto: chacha20 multipart operation implementation [Rebase] #21927
Conversation
|
It sounds like nothing was changed aside from rebasing it and from the looks of it you were ready for the final review in the original PR @mguetschow, is that still correct? |
AnnsAnns
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.
Thank you for your work on getting this merged again 😄
I did not look at the implementation itself, however, here are some nitpicks that have changed since the original PR was made. Also, please take a look at the static test output for a lot of complaints it has such as whitespaces, empty lines and long lines.
There are also a lot of todos left in multiple files, are these all still valid / are you addressing them in this PR?
789c8b8 to
c04816e
Compare
Contribution description
This pull request updates the former pull request “PSA cipher ChaCha20 multipart operation implementation” (#20788) by @Wunderbaeumchen99817 to the current state of the master branch.
The original changes have been rebased and split up into multiple commits to ensure clarity and make the review process easier.
The goal of this PR is to bring the previous contribution up to date and into a reviewable and maintainable form and request reviews from supervisors.
Testing procedure
TBD
Issues/PRs references
original pull request
Psa cipher chacha20 multipart operation implementation #20788
#20788