aboutsummaryrefslogtreecommitdiff
path: root/security/py-slowaes/pkg-descr
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-11 18:24:08 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-11 18:24:08 +0000
commitd776ccc36bfd84cd757c687ff00652d3827d1f09 (patch)
treed40716e41a6d5968b8b1efb3035534cb636ade07 /security/py-slowaes/pkg-descr
parent8da450b77fcbebd23455df88816581de13ba29f6 (diff)
downloadports-d776ccc36bfd84cd757c687ff00652d3827d1f09.tar.gz
ports-d776ccc36bfd84cd757c687ff00652d3827d1f09.zip
Implementation of AES in pure Python.
As such it will be slow (hence the project name) but still useful when faster ones are not available (for example, for JavaScript clients in browsers, and Python servers on Google App Engine). WWW: https://code.google.com/p/slowaes/ PR: 179447 Submitted by: Neil Booth <kyuupichan@gmail.com>
Notes
Notes: svn path=/head/; revision=320620
Diffstat (limited to 'security/py-slowaes/pkg-descr')
-rw-r--r--security/py-slowaes/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-slowaes/pkg-descr b/security/py-slowaes/pkg-descr
new file mode 100644
index 000000000000..d6a76972655c
--- /dev/null
+++ b/security/py-slowaes/pkg-descr
@@ -0,0 +1,7 @@
+Implementation of AES in pure Python.
+
+As such it will be slow (hence the project name) but still useful when
+faster ones are not available (for example, for JavaScript clients in
+browsers, and Python servers on Google App Engine).
+
+WWW: https://code.google.com/p/slowaes/