mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
5 lines
110 B
C
5 lines
110 B
C
#pragma once
|
|
|
|
struct cryptonight_ctx;
|
|
void flex_hash(const char* input, char* output, cryptonight_ctx** ctx);
|