blob: 3b3a2b04cd10798a0b8a48282cf75e8512aa2f73 (
plain)
1
2
3
4
5
6
7
|
resty_sha1={}
function resty_sha1.final(self) end
function resty_sha1.new(self) end
function resty_sha1.reset(self) end
resty_sha1._VERSION="0.11"
function resty_sha1.update(self, s) end
return resty_sha1
|