diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-19 19:10:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-19 19:10:09 +0000 |
commit | 59c72692ecc40fd1a038d0919de2d1bbc79dbf47 (patch) | |
tree | 5efa50133eeb26d76f51976ba0860310fb09b572 /security/Makefile | |
parent | e67285a0c71c13f5a5393d4f4d1871fc7826f093 (diff) | |
download | ports-59c72692ecc40fd1a038d0919de2d1bbc79dbf47.tar.gz ports-59c72692ecc40fd1a038d0919de2d1bbc79dbf47.zip |
TEA Total is an extremely small 128 bit private key based
encryption/decryption system which uses the new variant of TEA (Tiny
Encryption Algorithm) by David Wheeler and Roger Needham of the Cambridge
Computer Laboratory. TEA is said to be several times faster than DES, as
well as being much smaller and more secure. It also isn't encumbered by any
patents and the reference implementation is in the public domain.
Notes
Notes:
svn path=/head/; revision=36136
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 505f5805a4ff..1b3b75df2c45 100644 --- a/security/Makefile +++ b/security/Makefile @@ -121,6 +121,7 @@ SUBDIR += super SUBDIR += swatch SUBDIR += tcp_wrapper + SUBDIR += tea-total SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 |