diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.md5.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty.md5.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty.md5.lua b/meta/3rd/OpenResty/library/resty.md5.lua new file mode 100644 index 00000000..bb8204c1 --- /dev/null +++ b/meta/3rd/OpenResty/library/resty.md5.lua @@ -0,0 +1,8 @@ +---@meta +resty_md5={} +function resty_md5.final(self) end +function resty_md5.new(self) end +function resty_md5.reset(self) end +resty_md5._VERSION="0.11" +function resty_md5.update(self, s) end +return resty_md5
\ No newline at end of file |