m2pool-core/internal/server/include/sha3xapi.h

5 lines
105 B
C
Raw Normal View History

2025-09-03 08:00:42 +00:00
#ifndef SHA3X_API_H
#define SHA3X_API_H
void sha3x_hash(unsigned char * out, unsigned char * in);
#endif