diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/sha512.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty/sha512.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty/sha512.lua b/meta/3rd/OpenResty/library/resty/sha512.lua new file mode 100644 index 00000000..afa1e946 --- /dev/null +++ b/meta/3rd/OpenResty/library/resty/sha512.lua @@ -0,0 +1,10 @@ +---@meta + +---@class resty.sha512 : resty.string.checksum +local sha512={} + +--- Create a new sha512 checksum object. +---@return resty.sha512 +function sha512:new() end + +return sha512
\ No newline at end of file |