21 lines
440 B
C
21 lines
440 B
C
#ifndef LYRA2RE_H
|
|
#define LYRA2RE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void lyra2re2_hash_t14(const char* input, char* output);
|
|
void lyra2re_hash(const char* input, char* output);
|
|
void lyra2re2_hash(const char* input, char* output);
|
|
void lyra2re2_hash_1(const char* input, char* output);
|
|
|
|
void lyra2re3_hash(const char* input, char* output);
|
|
void lyra2re3_hash_1(const char* input, char* output);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|