lua-users home
lua-l archive

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


----- Original Message -----
From: Phoenix Sol
Date: 12/30/2009 5:20 PM
What I would prefer is a small C library that does only what is needed. I'd just use a straight Rijndael cipher implemented in C, but I'm doubtful of my ability to do it correctly and safely.

Also, I see the pure Lua AES implementation, but I want a C binding.
I use Brian Gladman's C code in my own applications: http://gladman.plushost.co.uk/oldsite/cryptography_technology/index.php

Josh