Ben said:
2. md5lib.dll: A modified version of Ulrich Drepper's MD5 checksum
implementation in Windows DLL format."
Binary of the DLL and source available.
Thanks. I saw the DLL, but couldn't see the sources offhand. I had the
quickest of looks at UnixUtils on Sourceforge, but "I wasn't convinced".
In the end I decided that rolling-my-own was actually the easiest
option. I've managed to knock something up, and even got it linking with
Corman Lisp - which was the original object of the exercise, anyway.
I basically just hacked the code from RSA Data Security, Inc. using
Pelles C (which I'm happy to advocate, as I've used it to create DLLs
before). The code seems redistributable provided one credits RSA Data
Security, Inc.
Hopefully I'll make the DLL publically available in the none-too-distant
future, that way everybody can get their hands on a nice wrapped up
version of MD5.