summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.sha384.lua
blob: 8b653e8abfc980c50d2b8bd21b43babcbde52047 (plain)
1
2
3
4
5
6
7
resty_sha384={}
function resty_sha384.final(self) end
function resty_sha384.new(self) end
function resty_sha384.reset(self) end
resty_sha384._VERSION="0.11"
function resty_sha384.update(self, s) end
return resty_sha384