mirror of
https://github.com/vxcontrol/lualibs-md5.git
synced 2026-07-01 06:41:59 -04:00
unimportant
This commit is contained in:
@@ -16,6 +16,7 @@ A ffi binding of the popular [MD5 implementation][md5 lib] by Alexander Peslyak.
|
||||
`md5.digest() -> digest` \ Get a function that can consume multiple
|
||||
`digest(s[, #s])` \ data chunks until called with no arguments to
|
||||
`digest() -> s` return the final hash.
|
||||
`md5.hmac(s, key) -> s` compute the HMAC-MD5 of a string.
|
||||
--------------------------------------- ---------------------------------------
|
||||
|
||||
__NOTE__: All functions return the binary representation of the hash.
|
||||
|
||||
Reference in New Issue
Block a user