summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.sha512.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/resty.sha512.lua')
-rw-r--r--meta/3rd/OpenResty/resty.sha512.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.sha512.lua b/meta/3rd/OpenResty/resty.sha512.lua
new file mode 100644
index 00000000..9249e9d3
--- /dev/null
+++ b/meta/3rd/OpenResty/resty.sha512.lua
@@ -0,0 +1,7 @@
+resty_sha512={}
+function resty_sha512.final(self) end
+function resty_sha512.new(self) end
+function resty_sha512.reset(self) end
+resty_sha512._VERSION="0.11"
+function resty_sha512.update(self, s) end
+return resty_sha512 \ No newline at end of file