Quark  0.1
HashFunctions Class Reference

A collection of hash functions. More...

#include <HashFunctions.h++>

Static Public Member Functions

static uint elfHash (const uchar *data, size_t len)
 Computes an ELF hash of the given data. More...
 

Detailed Description

A collection of hash functions.

Author
Mark Lindner

Member Function Documentation

◆ elfHash()

static uint elfHash ( const uchar *  data,
size_t  len 
)
static

Computes an ELF hash of the given data.

Parameters
dataA pointer to the data.
lenThe length of the data.
Returns
The computed hash.

The documentation for this class was generated from the following file: