• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D05-Mar-2016512 1612

Elf.pmH A D05-Mar-20161.2 KiB7618

Elf.xsH A D15-May-2002431 2919

LICENSEH A D01-Mar-20161.1 KiB2317

MANIFESTH A D05-Mar-2016234 1110

META.jsonH A D05-Mar-2016862 4039

META.ymlH A D05-Mar-2016504 2221

Makefile.PLH A D22-Apr-2002839 1913

READMEH A D05-Mar-2016661 2417

test.plH A D01-Mar-2016537 195

README

1Digest::Elf version 1.42
2=======================
3
4Digest::Elf provides an XS based implementation of the ElfHash algorithm.
5What's that get ya? ElfHash generates reasonably unique 32 bit integer value
6from a string in a reasonably short period of time. The actual algorithm
7was culled from a Dr. Dobbs Journal article and they culled it, I think,
8from the source for the GNU c complier. If you know better, please let
9me know.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires a fully operational battle station, and a working
23install of the gnu c compiler.
24