summaryrefslogtreecommitdiff
path: root/libraries/luacrypto/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2014-03-19 06:48:38 +0700
committerErik Hanson <erik@slackbuilds.org>2014-03-21 13:01:20 -0500
commite42297f1ea8653855db50f69787b4e3793fbabc8 (patch)
tree39490b406eb07239c4970efe221891e4e686ec1d /libraries/luacrypto/README
parent3fb009d90efc650317c6e37f4c69d1dc0c5ffc92 (diff)
downloadslackbuilds-e42297f1ea8653855db50f69787b4e3793fbabc8.tar.gz
libraries/luacrypto: Added (lua openssl frontend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/luacrypto/README')
-rw-r--r--libraries/luacrypto/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/luacrypto/README b/libraries/luacrypto/README
new file mode 100644
index 0000000000..333e7bf3a3
--- /dev/null
+++ b/libraries/luacrypto/README
@@ -0,0 +1,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.