unimportant

This commit is contained in:
Cosmin Apreutesei
2019-11-06 16:42:03 +02:00
parent e8e6ed49bf
commit e7f15c25a3
+1
View File
@@ -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.