blob: 71aac34a5d51bb4ffbf096ab087b6a6fd93c1063 (
plain)
1
2
3
4
5
6
7
8
|
---@meta
resty_sha384={}
function resty_sha384.final(self) end
function resty_sha384.new(self) end
function resty_sha384.reset(self) end
resty_sha384._VERSION="0.11"
function resty_sha384.update(self, s) end
return resty_sha384
|