webminerpool/hash_cn/webassembly/xmr/cryptonight.h

16 lines
209 B
C
Raw Normal View History

2018-03-28 17:27:27 +00:00
#ifndef CRYPTONIGHT_H
#define CRYPTONIGHT_H
#ifdef __cplusplus
extern "C" {
#endif
void cryptonight(void *output, const void *input, size_t len);
struct cryptonight_ctx;
#ifdef __cplusplus
}
#endif
#endif