summaryrefslogtreecommitdiffstats
path: root/libraries/luacrypto/README
blob: 333e7bf3a3bef48fc2a5705266d44c94dcc7d6f3 (plain)
1
2
3
4
5
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.