lua-users home
lua-l archive

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


2009/12/31 dcharno <dcharno@comcast.net>:
> I use luacrypto which is a binding for OpenSSL.
>
> http://luacrypto.luaforge.net/

OpenSSL has support for several hardware AES accelerators, which
luacrypto can make use of. If you want maximum speed (as implied by
your need of a C implementation), and you have the appropriate
hardware (for example a Via x86 CPU with PadLock), that can be a plus.