ObjectiveLib
1.0.0
|
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. |
The module provides one C function that may be used for hashing any data.
uint32_t OLHash | ( | const uint8_t * | data, |
unsigned | length | ||
) |
A hash function for general use.
data | the data to hash |
length | the length of the data |
|