Skip to content

Commit

Permalink
headers: Add hashes
Browse files Browse the repository at this point in the history
Merges: #43
  • Loading branch information
chrysn authored Mar 20, 2024
2 parents bfb181e + 6aeb18e commit 3fcd2c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions riot-headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@
#ifdef MODULE_GNRC_ICMPV6
#include "net/gnrc/icmpv6.h"
#endif
#ifdef MODULE_HASHES
#include <hashes.h>
#include <hashes/aes128_cmac.h>
#include <hashes/md5.h>
#include <hashes/pbkdf2.h>
#include <hashes/sha1.h>
#include <hashes/sha224.h>
#include <hashes/sha256.h>
#include <hashes/sha3.h>
#include <hashes/sha512.h>
#endif
#ifdef MODULE_NANOCOAP
#include <net/nanocoap.h>
#endif
Expand Down

0 comments on commit 3fcd2c1

Please sign in to comment.