-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
change(MD5Builder): Const-correctness. #9104
change(MD5Builder): Const-correctness. #9104
Conversation
👋 Hello StefanOberhumer, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
7075d67
to
2cee44d
Compare
The MD5 was changed in #7429. Please take a look if these changes are still needed. |
Yes I think some changes are still needed - as I've changed eg: Should I better apply my changes against the sources of #7429 ? |
yes please :) might be easier to start clean, than to fix the conflicts |
2cee44d
to
ef9b380
Compare
Rebased changes atop latest master. |
method is implementation of |
ef9b380
to
3d45df6
Compare
Oooops - Sorry - I missed those changes as I was just focused on that single add() function in the MD5Builder! One question - as I'm unsure: |
Propagate 'const' of buffer variable from underlying functions.
3d45df6
to
4ff8c52
Compare
No we do not :) I missed it when reviewing. cc @lucasssvaz |
Propagate 'const' of underlying esp_rom_md5_update() to MD5Builder::add().
Remove some unneeded methods.