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

C language port of the library #22

Open
tenortim opened this issue Oct 16, 2023 · 0 comments
Open

C language port of the library #22

tenortim opened this issue Oct 16, 2023 · 0 comments

Comments

@tenortim
Copy link

This is not an issue per se, but I couldn't think of another way to approach this.
I was looking for a "small" (i.e. not libopenssl) hashing library in C, but didn't find anything. This library is perfect, but is, obviously, in C++.
So, I have ported the code back to C with as few changes as I could. I have not yet ported the tests, but running digest against a set of random files yields the same checksums from both the original and C version which gives me some confidence that I didn't introduce any glaring bugs.
The code retains all copyright notices and statements that Stephan is the original author/owner.
I was considering posting this to github, and realize that the license allows for this but wanted to get your blessing before doing so. If you were interested in adding the repo to github.com/stbrumme, that would also be great.

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

No branches or pull requests

1 participant