summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.sha224.lua
blob: b45f55cbeb358aacd863830aa740de3437725f60 (plain)
1
2
3
4
5
6
7
8
9
10
---@meta

---@class resty.sha244 : resty.string.checksum
local sha224={}

--- Create a new sha244 checksum object.
---@return resty.sha244
function sha224:new() end

return sha224