1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

refactor(crypto): add missing includes

This commit is contained in:
Ondřej Vejpustek 2024-09-24 14:48:23 +02:00
parent 6cbba09d1d
commit 332c0bf365
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <stdint.h>
#include "byte_order.h"
static inline uint32_t load32(const void *src) {

View File

@ -37,6 +37,7 @@
#define GROESTL_H__
#include <stddef.h>
#include <stdint.h>
/**
* This structure is a context for Groestl-512 computation: