lua-users home
lua-l archive

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


Valerio Schiavoni wrote:


On Mon, Apr 12, 2010 at 1:14 AM, dcharno <dcharno@comcast.net <mailto:dcharno@comcast.net>> wrote:

    Valerio Schiavoni wrote:

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


    I've used Luacrypto which provides a front-end for OpenSSL.

    http://luacrypto.luaforge.net/


I know it does, but not for AES:
http://luacrypto.luaforge.net/manual.html#reference

That's right, Luacrypto only provides the hashes, not the ciphers. Maybe that's an area for it to be enhanced.