From e42297f1ea8653855db50f69787b4e3793fbabc8 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 19 Mar 2014 06:48:38 +0700 Subject: libraries/luacrypto: Added (lua openssl frontend). Signed-off-by: Willy Sudiarto Raharjo --- libraries/luacrypto/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/luacrypto/slack-desc (limited to 'libraries/luacrypto/slack-desc') diff --git a/libraries/luacrypto/slack-desc b/libraries/luacrypto/slack-desc new file mode 100644 index 0000000000..40049ac462 --- /dev/null +++ b/libraries/luacrypto/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +luacrypto: luacrypto (lua openssl frontend) +luacrypto: +luacrypto: luacrypto provides a Lua frontend to the OpenSSL cryptographic lib. +luacrypto: The OpenSSL features that are currently exposed are digests (MD5, +luacrypto: SHA-1, HMAC, and more) and crypto-grade random number generators. +luacrypto: luacrypto also supports encryption and decryption, signing and +luacrypto: verifying, sealing and opening using the OpenSSL EVP API. +luacrypto: +luacrypto: homepage: http://mkottman.github.io/luacrypto/ +luacrypto: +luacrypto: -- cgit v1.2.3