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

AEAD: Don't store cpu::Features in the key. #1857

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

briansmith
Copy link
Owner

Have the inner AEAD API take cpu::features() for all operations. Then we will be able to write CPU-capability-based tests using (a variation of) the inner API, which will (when implemented) eliminate the need to use SDE and the other various hacks we use for testing all the implementations.

Have the inner AEAD API take `cpu::features()` for all operations.
Then we will be able to write CPU-capability-based tests using (a
variation of) the inner API, which will (when implemented) eliminate
the need to use SDE and the other various hacks we use for testing all
the implementations.
@briansmith briansmith self-assigned this Dec 6, 2023
@briansmith briansmith merged commit bf96662 into main Dec 6, 2023
134 checks passed
@briansmith briansmith deleted the b/aead-testing-pre branch December 6, 2023 18:13
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.

1 participant