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