9 lines
140 B
C
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 |