nixos/lua-lsp/meta/3rd/OpenResty/library/resty/sha224.lua

10 lines
179 B
Lua

---@meta
---@class resty.sha244 : resty.string.checksum
local sha224={}
--- Create a new sha244 checksum object.
---@return resty.sha244
function sha224:new() end
return sha224