ESP32-PaxCounter/src/hash.h
2018-07-17 15:15:58 +02:00

7 lines
85 B
C

#ifndef _HASH_H
#define _HASH_H
uint32_t rokkit(const char *data, int len);
#endif