github.com/Bytom/bytom@v1.1.2-0.20210127130405-ae40204c0b09/mining/tensority/cgo_algorithm/lib/cSimdTs.h (about) 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