summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.aes.lua
blob: 7b40a5d049a57d6ca973a23593441e80bbe702ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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