summaryrefslogtreecommitdiff
path: root/src/til_jenkins.h
blob: 02d50152322151b542369318599cd347286c597c (plain)
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
© All Rights Reserved