aboutsummaryrefslogtreecommitdiff
path: root/libraries/luacrypto/README
blob: 1e4257d73bf07deaaf9adf3d51821e4c2ac218b4 (plain)
1
2
3
4
5
6
7
8
luacrypto provides a Lua frontend to the OpenSSL cryptographic lib.
The OpenSSL features that are currently exposed are digests (MD5,
SHA-1, HMAC, and more) and crypto-grade random number generators.
luacrypto also supports encryption and decryption, signing and
verifying, sealing and opening using the OpenSSL EVP API.

Optional dependency: lua51. If this is installed, the luacrypto
package will include a luacrypto module for Lua 5.1.