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

Revert PR 438 with shortened SHA test vector #463

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

calebofearth
Copy link
Collaborator

The fix from PR #438 is unnecessary because the failure scenario is already accounted for by a previous fix (38053da) that uses a C macro/preprocessor conditional to select an appropriate test vector for the sha accel smoke test based on the Caliptra configuration (Core vs Seed). Leaving a large vector in place is advantageous for testing the Core mode to ensure large messages work as expected, though the short vector is required for the Seed smoke test in order to compile the code.

This fix is unnecessary because the failure scenario is already
accounted for by a previous fix that uses a C macro/preprocessor
conditional to select an appropriate test vector for the sha accel smoke
test based on the Caliptra configuration (Core vs Seed).
Leaving a large vector in place is advantageous for testing the Core
mode to ensure large messages work as expected, though the short vector
is required for the Seed smoke test in order to compile the code.
@calebofearth calebofearth added the enhancement New feature or request label Mar 13, 2024
@calebofearth calebofearth self-assigned this Mar 13, 2024
@calebofearth calebofearth merged commit c698f85 into main_seed Mar 14, 2024
49 checks passed
@calebofearth calebofearth deleted the cwhitehead-revert-short-sha-vec branch March 14, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants