NAME

Digest::Tiger - a module that implements the tiger hash

SYNOPSIS

use Digest::Tiger;

# hash() returns a 192 bit hash
my $hash = Digest::Tiger::hash('Tiger')

# hexhash() returns a hex representation of the 192 bits...
# $hexhash should be '9F00F599072300DD276ABB38C8EB6DEC37790C116F9D2BDF'
my $hexhash = Digest::Tiger::hexhash('Tiger')

DESCRIPTION

A perl module that implements the tiger hash, which is believed to be secure and runs quickly on 64-bit processors.

AUTHOR

Perl interface by Clinton Wong, reference C code used by Digest::Tiger supplied by Ross Anderson and Eli Biham.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://www.cs.technion.ac.il/~biham/Reports/Tiger/