From 8fefb8f3e100976235dc83d6ae3785952d11c710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 5 Jul 2021 20:51:43 +0800 Subject: cleanup --- meta/3rd/OpenResty/resty.aes.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta/3rd/OpenResty/resty.aes.lua (limited to 'meta/3rd/OpenResty/resty.aes.lua') diff --git a/meta/3rd/OpenResty/resty.aes.lua b/meta/3rd/OpenResty/resty.aes.lua deleted file mode 100644 index 5a8b51cb..00000000 --- a/meta/3rd/OpenResty/resty.aes.lua +++ /dev/null @@ -1,15 +0,0 @@ ----@meta -resty_aes={} -function resty_aes.cipher() end -resty_aes.hash={} -resty_aes.hash.sha1={} -resty_aes.hash.md5={} -resty_aes.hash.sha224={} -resty_aes.hash.sha512={} -resty_aes.hash.sha256={} -resty_aes.hash.sha384={} -function resty_aes.new(self, key, salt, _cipher, _hash, hash_rounds) end -function resty_aes.decrypt(self, s) end -resty_aes._VERSION="0.11" -function resty_aes.encrypt(self, s) end -return resty_aes \ No newline at end of file -- cgit v1.2.3