OSDN Git Service

new repo
[bytom/vapor.git] / mining / tensority / cgo_algorithm / lib / cSimdTs.h
1 #ifndef _C_SIMD_TENSOR_H_
2 #define _C_SIMD_TENSOR_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7         #include <stdint.h>
8
9         uint8_t *SimdTs(uint8_t blockheader[32], uint8_t seed[32]);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif