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

10 lines
179 B
Lua

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