m2pool_core/internal/server/include/nexaapi.h

15 lines
247 B
C
Raw Normal View History

2025-04-10 07:27:24 +00:00
#ifndef NEXAAPI_H
#define NEXAAPI_H
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
bool nexa_hash( unsigned char *out, unsigned char *in);
bool nexa_hash12( unsigned char *out, unsigned char *in);
#ifdef __cplusplus
}
#endif
#endif