diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.aes.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.aes.lua | 15 |
1 files changed, 0 insertions, 15 deletions
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 |