uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hash-djb2.c File Reference
#include <stdint.h>
#include "hash-djb2.h"
#include "osdebug.h"

Go to the source code of this file.

Functions

uint32_t hash_djb2 (const uint8_t *str, ssize_t _max)
 

Function Documentation

uint32_t hash_djb2 ( const uint8_t *  str,
ssize_t  _max 
)

Definition at line 5 of file hash-djb2.c.