7 lines
85 B
C
7 lines
85 B
C
#ifndef _HASH_H
|
|
#define _HASH_H
|
|
|
|
uint32_t rokkit(const char *data, int len);
|
|
|
|
#endif
|