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

update sha-3/sha-2 constexpr tests #35

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

cmazakas
Copy link
Contributor

@cmazakas cmazakas commented Feb 4, 2025

Update the tests for sha-3 to better test boundary conditions. Also update shake cx tests to test result extension as well.

Update sha-2 constexpr tests to include more the test vectors from the NIST.

Update some of the code to avoid potential zero-sized arrays when attempting to call update() in constexpr code given a char const (&str)[N].

@pdimov pdimov merged commit ef95dfd into pdimov:develop Feb 6, 2025
61 checks passed
@cmazakas cmazakas deleted the feature/sha3-tests branch February 6, 2025 03:07
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.

2 participants