change README

This commit is contained in:
kikito 2015-02-09 11:16:47 +01:00
parent b56a8a1e93
commit 3289e9fa7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
md5.lua
========
This pure-Lua module computes md5 in Lua 5.1.
This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1.
It implements md5.sum and md5.sumhex like the [kernel project md5 package](http://www.keplerproject.org/md5/), but it's done completely in Lua, with no dependencies on other libs or C files.