ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
414 B
Text
7 lines
414 B
Text
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: https://metacpan.org/release/Digest-Haval256
|