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 basic MD5 and project structure #2

Merged
merged 76 commits into from
Oct 15, 2024
Merged

Add basic MD5 and project structure #2

merged 76 commits into from
Oct 15, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Oct 8, 2024

Adds a trivial, unoptimized version of MD5. More importantly it pulls in all the CI testing that we are going to need, and adds the general framework to the library.

@ckormanyos I think this a good example of all the interfaces we should offer: const char*, iterator pair, std::string, and std::string_view. I can't really think of anything else but having all of those would be pretty easy for the end user.

I think we can have it where CUDA is allowed to calculate the complete MD5 on a device, but we can't split up the 512-bit blocks since the return values depend on the previous iteration.

All of automation is based off decimal so if there's more warnings or errors we want to add now is the time.

Copy link

codecov bot commented Oct 8, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@mborland mborland changed the base branch from master to develop October 12, 2024 15:02
@mborland mborland merged commit d00484e into develop Oct 15, 2024
65 checks passed
@mborland mborland deleted the md5_2 branch October 15, 2024 17:21
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