#ifndef SHA3X_API_H
#define SHA3X_API_H
void sha3x_hash(unsigned char * out, unsigned char * in);
#endif