1 2 3 4 5 6 7 8 9 10
---@meta ---@class resty.sha1 : resty.string.checksum local sha1={} --- Create a new sha1 checksum object. ---@return resty.sha1 function sha1:new() end return sha1