-
Notifications
You must be signed in to change notification settings - Fork 2k
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
hashes_cmac: rename to hashes_aes128_cmac #18539
Conversation
6643fe6
to
84e3ace
Compare
Unittests pass in all commits: Unittest
|
And
|
* @file | ||
* @brief AES128_CMAC interface definition | ||
* | ||
* @author José Ignacio Alamos <[email protected]> |
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.
I can do it later too, but just in case you are in the mood: could you use my HAW address? That email doesn't exist anymore :(
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.
well, there are many occurrences of that email in the master branch... I can also do it at some point
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.
Then I leave that to you :-D
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.
ACK
(in theory we need a second ACK here since it's an API change) |
Do we? The legacy API is still intact. From an API change perspective, I just added |
Yes, but the PR introduces already a deprecation note for a further release. Therefore the API is already being changed. |
Contribution description
This renames
hashes_cmac
to a more precise name:hashes_aes128_cmac
. The old name remains as a depercated legacy wrapper.Testing procedure
Unittests should still compile and pass for each commit,
examples/gnrc_lorawan
should still compile and work as expected.Issues/PRs references
None