lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> -- using LHF's previous version of lmd5, the one before it was married to openssl :D

The code in lmd5.c is not married to OpenSSL at all: it works for any digest
library that has an API similar to the original Rivest API described in
RFC 1321 (ie, almost all of them). The current code in lmd5.h is married to
OpenSSL, but it is simple to add support for whatever library you have. The
current Makefile is married to OpenSSL because the previous Makefile was too
complicated and OpenSSL seems to be widely available. Just drop me a line
if you need help adapting the code to support another digest library.