aboutsummaryrefslogtreecommitdiff
path: root/libraries/luacrypto/README
diff options
context:
space:
mode:
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 0000000000000..333e7bf3a3bef
--- /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.