Skip to content

Commit

Permalink
refactor(crypto): add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
onvej-sl committed Sep 24, 2024
1 parent ab96ce7 commit 1b96dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/blake2_common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include <stdint.h>
#include "byte_order.h"

static inline uint32_t load32(const void *src) {
Expand Down
1 change: 1 addition & 0 deletions crypto/groestl.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#define GROESTL_H__

#include <stddef.h>
#include <stdint.h>

/**
* This structure is a context for Groestl-512 computation:
Expand Down

0 comments on commit 1b96dc3

Please sign in to comment.