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