diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-21 23:39:47 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-21 23:39:47 +0800 |
commit | 85bd7f84f4cebb32cf1f29101ee4969e0a9de587 (patch) | |
tree | af5e225d5079e8bebb5c4e984abc51f143df6419 /security/Makefile | |
parent | 9989d20255227a090fe0916bd7e480f8123f368f (diff) | |
download | freebsd-ports-gnome-85bd7f84f4cebb32cf1f29101ee4969e0a9de587.tar.gz freebsd-ports-gnome-85bd7f84f4cebb32cf1f29101ee4969e0a9de587.tar.zst freebsd-ports-gnome-85bd7f84f4cebb32cf1f29101ee4969e0a9de587.zip |
Loki97 is 128-bit block cipher that accepts a variable-length key. It was
designed by Lawrie Brown, Josef Pieprzyk, and Jennifer Seberry. The default
key length in this implementation is 128 bits. Loki97 was one of the 15
candidates for the AES.
WWW: http://search.cpan.org/dist/Crypt-Loki97
PR: ports/90694
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 623aab7876a6..2946e072964a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -314,6 +314,7 @@ SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite + SUBDIR += p5-Crypt-Loki97 SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL SUBDIR += p5-Crypt-OFB |