ESP32-PaxCounter/src/hash.h
2018-07-15 14:28:05 +02:00

7 lines
83 B
C

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