#ifndef X16RV2_H
#define X16RV2_H

#ifdef __cplusplus
extern "C" {
#endif

void x16rv2_hash(const char* input, char* output);

#ifdef __cplusplus
}
#endif

#endif
