uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hash-djb2.h
Go to the documentation of this file.
1 #ifndef __HASH_DJB2_H__
2 #define __HASH_DJB2_H__
3 
4 #include <unistd.h>
5 
6 uint32_t hash_djb2(const uint8_t * str, ssize_t max);
7 
8 #endif