Implements a UNIX ELF compatible hash calculation class.
IdHashElf
TIdHashElf = class(TIdHash32);
TIdHashElf is a TIdHash32 descendant that implements calculation of hash values using a hashing algorithm compatible with the UNIX ELF object file and linker format.
TIdHashElf.HashValue
IndySupport