diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-22 01:39:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-22 01:39:06 +0800 |
commit | 90d49d35505e88171cf03683f7141ec59f2a46a8 (patch) | |
tree | cc4268207a28b768a05227078d21547e4c3e9173 /security/Makefile | |
parent | 46f21625cda4aed517d341ed8cb83ac5a292f14c (diff) | |
download | freebsd-ports-graphics-90d49d35505e88171cf03683f7141ec59f2a46a8.tar.gz freebsd-ports-graphics-90d49d35505e88171cf03683f7141ec59f2a46a8.tar.zst freebsd-ports-graphics-90d49d35505e88171cf03683f7141ec59f2a46a8.zip |
TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number
of rounds (32 is recommended). It has a low setup time, and depends on a
large number of rounds for security, rather than a complex algorithm. It was
developed by David J. Wheeler and Roger M. Needham, and is described at
http://www.ftp.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html .
WWW: http://search.cpan.org/dist/Crypt-TEA
PR: ports/90717
Submitted by: Gabor Kovesdan
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 6b0d474ede7..8807e7f287c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -345,6 +345,7 @@ SUBDIR += p5-Crypt-Shark SUBDIR += p5-Crypt-SmbHash SUBDIR += p5-Crypt-Solitaire + SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 |