1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -05:00

Separate keccak for flex

This commit is contained in:
MoneroOcean
2024-06-01 18:39:29 +03:00
parent 91bad8a85c
commit 8f0e8be6f6
6 changed files with 12 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ extern "C" {
#endif
// Taken from keccak-gate.c
int hard_coded_eb = 1;
static const int hard_coded_eb = 1;
/*
* Parameters:

View File

@@ -40,9 +40,6 @@
extern "C" {
#endif
// Taken from keccak-gate.h
extern int hard_coded_eb;
#include "sph_types.h"
#include <stddef.h>