blob: f891040debde6f53f257b8618b1e219e2eba3051 (
plain)
1
2
3
4
5
6
7
|
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
|