diff options
author | rm <rm@FreeBSD.org> | 2013-06-12 02:24:08 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-06-12 02:24:08 +0800 |
commit | 620ca9019b16545bb8022f27bf41cd529705379a (patch) | |
tree | d40716e41a6d5968b8b1efb3035534cb636ade07 /security/Makefile | |
parent | c5351abe938a191ad250acb8da892a30aa2f1eeb (diff) | |
download | freebsd-ports-gnome-620ca9019b16545bb8022f27bf41cd529705379a.tar.gz freebsd-ports-gnome-620ca9019b16545bb8022f27bf41cd529705379a.tar.zst freebsd-ports-gnome-620ca9019b16545bb8022f27bf41cd529705379a.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>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f768708b823d..97b7fce54550 100644 --- a/security/Makefile +++ b/security/Makefile @@ -774,6 +774,7 @@ SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rsa + SUBDIR += py-slowaes SUBDIR += py-ssh SUBDIR += py-sslstrip SUBDIR += py-tlslite |