Skip to content
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

[crypto] improve API descriptions for HMAC and KMAC #21197

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

RyanTorok
Copy link
Contributor

This PR improves a couple misleading API descriptions in cryptolib:

HMAC: Correct the description to say that the caller must set the tag size to be the size of the output of the hash function they are using, not always 32 bytes.

KMAC: Clarify the key sizes that are supported.

@RyanTorok RyanTorok requested a review from a team as a code owner February 5, 2024 19:32
@RyanTorok RyanTorok requested review from jadephilipoom and removed request for a team February 5, 2024 19:32
@milesdai milesdai merged commit cdbe6a2 into lowRISC:master Feb 13, 2024
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants