1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 21:32:47 -05:00
Files
xmrig/src/crypto/flex/flex.h
2024-05-27 11:03:46 -07:00

5 lines
110 B
C

#pragma once
struct cryptonight_ctx;
void flex_hash(const char* input, char* output, cryptonight_ctx** ctx);