1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef X16R_H #define X16R_H #ifdef __cplusplus extern "C" { #endif #include <stdint.h> void c_x16rs_hash(const int loopnum, const char* input32, char* output32); #ifdef __cplusplus } #endif #endif