#ifndef _TIL_JENKINS_H #define _TIL_JENKINS_H #include #include uint32_t til_jenkins(const uint8_t *key, size_t length); #endif