diff options
Diffstat (limited to 'src/rand_stm32.h')
-rw-r--r-- | src/rand_stm32.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/rand_stm32.h b/src/rand_stm32.h deleted file mode 100644 index 3e89ec3..0000000 --- a/src/rand_stm32.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __RAND_STM32_H__ -#define __RAND_STM32_H__ - -#include <stdint.h> -#include <unistd.h> - -#define BLAKE2S_HASH_SIZE 32 - -void rand_init(void); - -#endif |