Make use of this in C #2
Replies: 1 comment
-
Thanks for your interest! This project is intended more to demonstrate to developers, implementing MD5, what can be done to improve their implementation, as opposed to an easy-to-use library for those who need an MD5 function in their application. If you do really want to use this implementation though, you can copy bits from md5.cpp, and invoke |
Beta Was this translation helpful? Give feedback.
-
Hello Authors,
I was hoping to implement this into a C program I've been writing. My code is in C so I need to somehow translate the .h files so I can call them. I made the first go at it but I don't know enough about MD5 or inline assembly to do it. The goal is to simply input a message and receive a hash as fast as possible. Do you have suggestions about how I could do this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions