summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.md5.lua
blob: bb8204c1e3fe67cb7676f1f5277b2565bc72b962 (plain)
1
2
3
4
5
6
7
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