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:
parent
6cbba09d1d
commit
332c0bf365
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include "byte_order.h"
|
#include "byte_order.h"
|
||||||
|
|
||||||
static inline uint32_t load32(const void *src) {
|
static inline uint32_t load32(const void *src) {
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#define GROESTL_H__
|
#define GROESTL_H__
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This structure is a context for Groestl-512 computation:
|
* This structure is a context for Groestl-512 computation:
|
||||||
|
Loading…
Reference in New Issue
Block a user