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.
use Digest::Elf;
print Digest::Elf::elf( "foo" );