ObjectiveLib  1.0.0
Functions
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:
datathe data to hash
lengththe length of the data
Returns:
the hash code for the data

ObjectiveLibGenerated Sat Feb 15 2014 07:45:34, © 2004-2007 Will Mason