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>