summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.sha224.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.sha224.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.sha224.lua16
1 files changed, 9 insertions, 7 deletions
diff --git a/meta/3rd/OpenResty/library/resty.sha224.lua b/meta/3rd/OpenResty/library/resty.sha224.lua
index 4f2e0e52..b45f55cb 100644
--- a/meta/3rd/OpenResty/library/resty.sha224.lua
+++ b/meta/3rd/OpenResty/library/resty.sha224.lua
@@ -1,8 +1,10 @@
---@meta
-resty_sha224={}
-function resty_sha224.final(self) end
-function resty_sha224.new(self) end
-function resty_sha224.reset(self) end
-resty_sha224._VERSION="0.11"
-function resty_sha224.update(self, s) end
-return resty_sha224 \ No newline at end of file
+
+---@class resty.sha244 : resty.string.checksum
+local sha224={}
+
+--- Create a new sha244 checksum object.
+---@return resty.sha244
+function sha224:new() end
+
+return sha224 \ No newline at end of file