Separate keccak for flex
This commit is contained in:
parent
91bad8a85c
commit
8f0e8be6f6
6 changed files with 12 additions and 21 deletions
|
@ -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:
|
||||
|
|
|
@ -40,9 +40,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Taken from keccak-gate.h
|
||||
extern int hard_coded_eb;
|
||||
|
||||
#include "sph_types.h"
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue