summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.sha256.lua
blob: 41597069e1bba9f96784ef37c85b68d5340bb990 (plain)
1
2
3
4
5
6
7
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