diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:53:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:53:18 +0000 |
commit | 9c4705836ee78753180169ec2192973fca3ebb02 (patch) | |
tree | 042d39f72f9d2a2e0b1df54a20262a41dad7f09d /security/p5-Crypt-AppleTwoFish/pkg-descr | |
parent | 08c14fd9a4ee272b0581c4e3cfdc5dcf94ee2f5a (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-AppleTwoFish/pkg-descr')
-rw-r--r-- | security/p5-Crypt-AppleTwoFish/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p5-Crypt-AppleTwoFish/pkg-descr b/security/p5-Crypt-AppleTwoFish/pkg-descr new file mode 100644 index 000000000000..6e498d944983 --- /dev/null +++ b/security/p5-Crypt-AppleTwoFish/pkg-descr @@ -0,0 +1,10 @@ +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 |