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