1 2 3 4 5 6 7 8 9
#ifndef _TIL_JENKINS_H #define _TIL_JENKINS_H #include <stddef.h> #include <stdint.h> uint32_t til_jenkins(const uint8_t *key, size_t length); #endif