blob: 3d40694703f2257a3694122776d3563f21216a6a (
plain)
1
2
3
4
5
6
7
|
resty_sha224={}
function resty_sha224.final(self) end
function resty_sha224.new(self) end
function resty_sha224.reset(self) end
resty_sha224._VERSION="0.11"
function resty_sha224.update(self, s) end
return resty_sha224
|