kikito / md5.lua

MD5 sum in pure Lua, with no C and no external dependencies
MIT License
326 stars 151 forks source link

README.md #1

Closed lucasgolino closed 10 years ago

lucasgolino commented 10 years ago

local md5_as_hex = md5.sumhex(message) -- returns a hex string

change to

local md5_as_hex = md5.sumhexa(message) -- returns a hex string

:D

kikito commented 10 years ago

Fixed, thanks for reporting this!