#ifndef LYRA2RE_H #define LYRA2RE_H #ifdef __cplusplus extern "C" { #endif #include void lyra2re_hash(const char* input, char* output); #ifdef __cplusplus } #endif #endif