aboutsummaryrefslogtreecommitdiff
path: root/tests/cube2hash/cube2crypto.h
blob: 90bd06a858d66f85d70940ac8c18dde440d36f5d (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif

char *cube2crypto_hashstring(char *string);

#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif