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

std::span for MessageAuthenticationCode #3397

Merged
merged 1 commit into from
Mar 21, 2023
Merged

std::span for MessageAuthenticationCode #3397

merged 1 commit into from
Mar 21, 2023

Conversation

reneme
Copy link
Collaborator

@reneme reneme commented Mar 20, 2023

This is minimally invasive to provide std::span<> support in the MessageAuthenticationCode base class. Note that verify_mac() was actually not overridden by anyone. Regardless, I added an internal virtual entrypoint to be consistent with the other base class implementations and provide a hook for user-defined classes that might have overridden it in application code.

Verified

This commit was signed with the committer’s verified signature.
reneme René Meusel
@reneme reneme merged commit 853808f into master Mar 21, 2023
@randombit randombit deleted the span/mac branch March 21, 2023 22:21
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.

None yet

2 participants