diff options
author | T3slider <t3slider@gmail.com> | 2013-07-24 13:54:11 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-10-12 14:38:00 -0500 |
commit | 52f4522836864ebd7210adb65966ef9d01aad839 (patch) | |
tree | 92a0d2e21e5a8599c15ebc888a79ed81dfe20c9f /libraries/libsodium/README | |
parent | 9d0ff608709d32eb3c40519dc492dc34f3a0f365 (diff) |
libraries/libsodium: Added (a library for network communication and cryptography)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libsodium/README')
-rw-r--r-- | libraries/libsodium/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/libsodium/README b/libraries/libsodium/README new file mode 100644 index 000000000000..d401f6c292a7 --- /dev/null +++ b/libraries/libsodium/README @@ -0,0 +1,2 @@ +libsodium is a portable fork of NaCl with a compatible API. It is a software +library for network communication, encryption, decryption, signatures, etc. |