MD5 digests in Objective C
I began writing an Objective C wrapper around the OpenSSL EVP message digest routines a while back. A few days ago I saw two requests (on Apple's cocoa-dev and xcode-users mailinglist, respectively) for an MD5 routine in Objective C, so I made my unfinished code available here. The code handles MD5 only, but based on the higher level EVP routines it's very easy to extend (SHA for example). I thought the code could be useful to some, even if I never finish it myself.
The standard disclaimer applies: unfinished code, not heavily tested, might contain catastrophic bugs, etc, etc. Use with care and common sense.
