[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaCrypto 0.2.0 Released
- From: "Keith Howe" <nezroy@...>
- Date: Thu, 24 Aug 2006 22:31:51 -0600
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
library. The OpenSSL features that are currently exposed are digests
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
generators.
http://luacrypto.luaforge.net/
LuaCrypto is free software, using the same license as Lua 5.0, and
follows the package proposal for Lua 5.1 (using Compat-5.1).
v0.2.0
* updated documentation and build to Kepler style
* exposed OpenSSL random number generation
* removed Lua stub libraries
- Keith Howe