diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-17 18:30:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-17 18:30:12 +0800 |
commit | 944813043de1108bb313f4b7581a98bc0951581e (patch) | |
tree | 94104f3d36e28fc341450f6ac5a79ee5e83f1fbb /security/p5-Digest-Haval256/pkg-descr | |
parent | 705a35c15f6afa479c4dcc8b197050e31d36c68e (diff) | |
download | freebsd-ports-gnome-944813043de1108bb313f4b7581a98bc0951581e.tar.gz freebsd-ports-gnome-944813043de1108bb313f4b7581a98bc0951581e.tar.zst freebsd-ports-gnome-944813043de1108bb313f4b7581a98bc0951581e.zip |
Haval is a variable-length, variable-round one-way hash function designed by
Yuliang Zheng, Josef Pieprzyk, and Jennifer Seberry. The number of rounds can
be 3, 4, or 5, while the hash length can be 128, 160, 192, 224, or 256 bits.
Thus, there are a total of 15 different outputs. For better security, however,
this module implements the 5-round, 256-bit output.
WWW: http://search.cpan.org/dist/Digest-Haval256
PR: ports/90534
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Digest-Haval256/pkg-descr')
-rw-r--r-- | security/p5-Digest-Haval256/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Digest-Haval256/pkg-descr b/security/p5-Digest-Haval256/pkg-descr new file mode 100644 index 000000000000..72a0c937589d --- /dev/null +++ b/security/p5-Digest-Haval256/pkg-descr @@ -0,0 +1,7 @@ +Haval is a variable-length, variable-round one-way hash function designed by +Yuliang Zheng, Josef Pieprzyk, and Jennifer Seberry. The number of rounds can +be 3, 4, or 5, while the hash length can be 128, 160, 192, 224, or 256 bits. +Thus, there are a total of 15 different outputs. For better security, however, +this module implements the 5-round, 256-bit output. + +WWW: http://search.cpan.org/dist/Digest-Haval256 |