lua-users home
lua-l archive

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


Hello,
i've tried the lxyssl bindings for xyssl which already provides AES, and I was able to compile and run them in Linux. 
Anyone has a working makefile of it for mac osx ?

Luiz, I think I will try at some point a native bindings to OpenSSL's AES.

On Sun, Apr 11, 2010 at 9:42 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> 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.