1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-31 01:22:53 -05:00

GhostRider algorithm (Raptoreum) support

This commit is contained in:
SChernykh
2021-11-13 20:12:15 +01:00
parent 5156ff11a8
commit ceaebfd877
67 changed files with 72022 additions and 177 deletions

View File

@@ -58,6 +58,9 @@ struct cryptonight_ctx {
cn_mainloop_fun_ms_abi generated_code;
cryptonight_r_data generated_code_data;
alignas(16) uint8_t save_state[128];
bool first_half;
};