5 lines
105 B
C
5 lines
105 B
C
|
#ifndef SHA3X_API_H
|
||
|
#define SHA3X_API_H
|
||
|
void sha3x_hash(unsigned char * out, unsigned char * in);
|
||
|
#endif
|