logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Digest::Elf - Perl extension for generating ElfHash values.

Author

       Steve McKay, <steve@colgreen.com>

Description

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

Functions

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

Name

       Digest::Elf - Perl extension for generating ElfHash values.

See Also

       Digest::MD5

perl v5.40.0                                       2024-10-20                                           Elf(3pm)

Synopsis

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

See Also