node-multi-hashing/x11.h

17 lines
189 B
C
Raw Permalink Normal View History

2014-03-30 10:04:48 +02:00
#ifndef X11_H
#define X11_H
#ifdef __cplusplus
extern "C" {
#endif
2014-04-19 23:33:45 +02:00
#include <stdint.h>
void x11_hash(const char* input, char* output, uint32_t len);
2014-03-30 10:04:48 +02:00
#ifdef __cplusplus
}
#endif
#endif