-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement MD5 in the digest module #8048
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
Comments
From a totally new to Rust perspective: I thought brson had a cripto-rust repo that includes an MD5, but I cant seem to find it at the moment. Not that I have figured out how to use those things yet, I would like a native way to get an MD5 as well. I would even appreciate an example how to use a repo that looks like an interface. When I look at things like brsons cripto-rust repo or pcwalten's spidermonkeny interface, I do not know the steps to compile them. |
@JeffMurray you may've been thinking of |
@huonw I'd like to work on this. Would I be stepping on anyone's toes? |
I'm actually planning on submitting a pull request tommorrow that includes an md5 implementation. I would certainly appreciate extra eyes for review / improvement. That request will also include much better support for future hash algorithms. |
See PR #8097 |
See PR #8272 |
Closing, we have decided to not distribute crypto code as part of the standard library. |
While binding to a wide variety of existing C reference implementations of MD5 is ok, I feel like MD5 is widely used enough that
extra::digest
really deserves a native implementation.The text was updated successfully, but these errors were encountered: