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

add sha-224 impl #4

Merged
merged 1 commit into from
Sep 26, 2024
Merged

add sha-224 impl #4

merged 1 commit into from
Sep 26, 2024

Conversation

cmazakas
Copy link
Contributor

This is a small prototype/idea of how to factor some of the common functionality into the same place.

Maybe the base can become templated on NTTPs and we can use this for the sha-512 variants.

@pdimov pdimov merged commit eb570e7 into pdimov:develop Sep 26, 2024
56 of 57 checks passed
@pdimov
Copy link
Owner

pdimov commented Sep 26, 2024

Maybe the base can become templated on NTTPs and we can use this for the sha-512 variants.

As a first pass, just use sha2_512_base there as well. Then maybe refactor the two bases in a separate PR if it turns out to be a simplification.

@pdimov
Copy link
Owner

pdimov commented Sep 30, 2024

You haven't added sha256 and sha224 to the tests and benchmarks (as done here).

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