slackbuilds/libraries/luacrypto
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
luacrypto.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
luacrypto.info
slack-desc

README

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.