lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> i'm looking for a fast AES implementation which provides Lua bindings.

OpenSSL seems to have one in openssl/aes.h, but I could not find any docs
on that. Binding to Lua should be simple.  Ask for help if you need.