|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
djb2 hash implementation (unsigned size_t variant). More...

Go to the source code of this file.
Functions | |
| static JUNO_RESULT_SIZE_T | JunoHash_Djb2 (const uint8_t *pcBuff, size_t zBuffSize) |
| Compute djb2 hash over a byte buffer. | |
djb2 hash implementation (unsigned size_t variant).
This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/
|
inlinestatic |
Compute djb2 hash over a byte buffer.
| pcBuff | Pointer to input bytes (must not be NULL unless zBuffSize==0). |
| zBuffSize | Number of bytes to hash. |