diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-21 23:30:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-21 23:30:06 +0800 |
commit | 2da9513021347ffe67b82f53d04c9d9d9ccf492f (patch) | |
tree | a0fb219a3e6b4c8298aa2489056d5ab73132ec87 /security/Makefile | |
parent | e8b947be01b94a62054a4c744af8936458803f7a (diff) | |
download | freebsd-ports-gnome-2da9513021347ffe67b82f53d04c9d9d9ccf492f.tar.gz freebsd-ports-gnome-2da9513021347ffe67b82f53d04c9d9d9ccf492f.tar.zst freebsd-ports-gnome-2da9513021347ffe67b82f53d04c9d9d9ccf492f.zip |
Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and
Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block
ciphers. Khazad has many similarities with Rijndael, and has an extremely
high rate of diffusion.
WWW: http://search.cpan.org/dist/Crypt-Khazad
PR: ports/90692
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 ab143f93b3d2..e91b4ff5301d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -311,6 +311,7 @@ SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail + SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL |