Hashing

The module provides one C function that may be used for hashing any data. More...

Functions

uint32_t OLHash (const uint8_t *data, unsigned length)
 A hash function for general use.

Detailed Description

The module provides one C function that may be used for hashing any data.


Function Documentation

uint32_t OLHash ( const uint8_t *  data,
unsigned  length 
)

A hash function for general use.

Parameters:
data the data to hash
length the length of the data
Returns:
the hash code for the data


ObjectiveLibGenerated Sun Apr 22 15:12:45 2007, © 2004-2007 Will Mason
SourceForge.net Logo