mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-04 03:39:35 +01:00
change README
This commit is contained in:
parent
b56a8a1e93
commit
3289e9fa7c
@ -1,7 +1,7 @@
|
|||||||
md5.lua
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user