lua-users home
lua-l archive

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


I have updated my lmd5 package to support all the digests in OpenSSL:
md5, sha1, sha224, sha256, sha384, sha512, ripemd160. See
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmd5

(BTW, OpenSSL 1.0.0 was released today!)

Checksum and other data available at
       http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt

Like all my code, lmd5 is in the public domain.
Enjoy. All feedback welcome.
--lhf