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

Implement SHA512 #44

Merged
merged 11 commits into from
Oct 24, 2024
Merged

Implement SHA512 #44

merged 11 commits into from
Oct 24, 2024

Conversation

mborland
Copy link
Member

Makes a base class for the SHA512 family where we should be able to just plug and play the other hashers (e.g. SHA384). Has the normal suite of CUDA, CAVS, and fuzzing.

Closes: #35
Closes: #42

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dd59858) to head (828e1af).
Report is 12 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop       #44    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           23        28     +5     
  Lines         1257      1539   +282     
  Branches       140       178    +38     
==========================================
+ Hits          1257      1539   +282     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mborland mborland merged commit ff0c6df into develop Oct 24, 2024
69 checks passed
@mborland mborland deleted the sha512 branch October 24, 2024 21:42
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.

SHA-512 Make a 1024-bit base class
1 participant