From 333d94bf9f1b4e4c83a125342dd20fea62589057 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 8 Nov 2018 16:35:31 +0900 Subject: Noise handshake working --- src/rand_stm32.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rand_stm32.c') 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]; -- cgit