#ifndef LYRA2REV2_H
#define LYRA2REV2_H

#ifdef __cplusplus
extern "C" {
#endif

void lyra2rev2_hash(const char* input, char* output, uint32_t height);

#ifdef __cplusplus
}
#endif

#endif
