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