aboutsummaryrefslogtreecommitdiff
path: root/security/py-libnacl/pkg-descr
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-02-12 07:23:55 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-02-12 07:23:55 +0000
commit15bcaef59454ad9fe75107d7c2040b462ea80a84 (patch)
treeed54e16947c3ef7d9f97d7201b508ce9ad758777 /security/py-libnacl/pkg-descr
parente05126e99ca025b8097aa02011454cc77b150cdd (diff)
downloadports-15bcaef59454ad9fe75107d7c2040b462ea80a84.tar.gz
ports-15bcaef59454ad9fe75107d7c2040b462ea80a84.zip
[NEW] security/libnacl: Python bindings for NaCl
This library is used to gain direct access to the functions exposed by Daniel J. Bernstein's nacl library via libsodium or tweetnacl. It has been constructed to maintain extensive documentation on how to use nacl as well as being tely portable. The file in libnacl/__init__.py can be pulled out and placed directly in any project to give a single file binding to all of nacl. WWW: https://libnacl.readthedocs.org
Notes
Notes: svn path=/head/; revision=378863
Diffstat (limited to 'security/py-libnacl/pkg-descr')
-rw-r--r--security/py-libnacl/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-libnacl/pkg-descr b/security/py-libnacl/pkg-descr
new file mode 100644
index 000000000000..15009a0e13c4
--- /dev/null
+++ b/security/py-libnacl/pkg-descr
@@ -0,0 +1,7 @@
+This library is used to gain direct access to the functions exposed by Daniel
+J. Bernstein's nacl library via libsodium or tweetnacl. It has been constructed
+to maintain extensive documentation on how to use nacl as well as being
+completely portable. The file in libnacl/__init__.py can be pulled out and
+placed directly in any project to give a single file binding to all of nacl.
+
+WWW: https://libnacl.readthedocs.org