diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-19 05:53:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-19 05:53:18 +0800 |
commit | 9682c7f37f3169480dcc1be73431b55ed31a6d55 (patch) | |
tree | 2e31696787f45c618298023686490297ffe581a6 /security/Makefile | |
parent | 6ca3aa6177abe2833e2612ac019e1ff735ed6d20 (diff) | |
download | freebsd-ports-gnome-9682c7f37f3169480dcc1be73431b55ed31a6d55.tar.gz freebsd-ports-gnome-9682c7f37f3169480dcc1be73431b55ed31a6d55.tar.zst freebsd-ports-gnome-9682c7f37f3169480dcc1be73431b55ed31a6d55.zip |
This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.
WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish
PR: ports/90610
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 6e61362cf558..f5dd240ca28f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -282,6 +282,7 @@ SUBDIR += p5-Business-PayPal-EWP SUBDIR += p5-CSP SUBDIR += p5-Crypt-Anubis + SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5_PP |