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

For completeness, I've now added md2 and md4. See
 	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmd5

I've also added method chaining to the reset and update methods.
 
Checksum and other data available at
        http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt

(Sorry, still no version numbers.)

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