summaryrefslogtreecommitdiff
path: root/src/rand_stm32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rand_stm32.c')
-rw-r--r--src/rand_stm32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rand_stm32.c b/src/rand_stm32.c
index 862587c..03aa98f 100644
--- a/src/rand_stm32.c
+++ b/src/rand_stm32.c
@@ -46,8 +46,6 @@
#include "crypto/noise-c/src/protocol/internal.h"
#include "crypto/noise-c/src/crypto/blake2/blake2s.h"
-#define BLAKE2S_HASH_SIZE 32
-
/* FIXME persist state in backup sram */
extern unsigned _ram_start, _ram_end, _rom_start, _rom_end;
static uint8_t global_stm_rand_state[BLAKE2S_HASH_SIZE];