Digest::Elf(3) Perl extension for generating ElfHash values.

SYNOPSIS


use Digest::Elf;
print Digest::Elf::elf( "foo" );

DESCRIPTION

Digest::Elf is an implementation of the ElfHash algorithm.

FUNCTIONS

elf( VALUE )
Create a hash value based on the input value.

AUTHOR

Steve McKay, <[email protected]>