mirror of
https://github.com/xmrig/xmrig.git
synced 2026-06-24 04:24:35 -04:00
Add Flex algo (for KCN coin) algo support
This commit is contained in:
17
src/crypto/flex/cryptonote/cryptonight_fast.h
Normal file
17
src/crypto/flex/cryptonote/cryptonight_fast.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef CRYPTONIGHTFAST_H
|
||||
#define CRYPTONIGHTFAST_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void cryptonightfast_hash(const char* input, char* output, uint32_t len, int variant);
|
||||
void cryptonightfast_fast_hash(const char* input, char* output, uint32_t len);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user