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