ESP32-PaxCounter/include/hash.h
2021-03-04 21:22:49 +01:00

9 lines
140 B
C

#ifndef _HASH_H
#define _HASH_H
#include <Arduino.h>
#include <RokkitHash.h>
uint32_t IRAM_ATTR myhash(const char *data, int len);
#endif