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

10 lines
179 B
Lua

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