mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-11-05 07:03:43 +01:00
Update README.md
This commit is contained in:
parent
a34df17b17
commit
191b026807
@ -10,7 +10,7 @@ Usage
|
|||||||
|
|
||||||
local md5 = require 'md5'
|
local md5 = require 'md5'
|
||||||
|
|
||||||
local md5_as_hex = md5.sumhex(message) -- returns a hex string
|
local md5_as_hex = md5.sumhexa(message) -- returns a hex string
|
||||||
local md5_as_data = md5.sum(message) -- returns raw bytes
|
local md5_as_data = md5.sum(message) -- returns raw bytes
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
|
Loading…
Reference in New Issue
Block a user