summaryrefslogtreecommitdiff
path: root/fw/src/rand_stm32.h
blob: 3e89ec371ae3f51aa04eb3ea9d76407b60d0b38d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __RAND_STM32_H__
#define __RAND_STM32_H__

#include <stdint.h>
#include <unistd.h>

#define BLAKE2S_HASH_SIZE 32

void rand_init(void);

#endif