I have a project I'm working on right now where I'm trying to use the MD4 algorithm available in OpenSSL to encrypt a plaintext string. However, the OpenSSL documentation is non-existent at best, and I've really found no way to implement the code I've been given with this library.
I have the library compiled, my environmental variables are setup perfectly, I have the necessary headers and libraries included, it compiles great, I just have no idea where to start here. As I said, there's no documentation, which makes this really frustrating.