x16rs-sys 0.1.1

x16rs c binding for rust
Documentation
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