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

10 lines
179 B
Lua

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