mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 14:49:29 +01:00
7 lines
205 B
C
7 lines
205 B
C
|
|
/* Shim needed to make sure the mbedTLS-specific
|
||
|
|
sha256 & 512 headers are included */
|
||
|
|
#pragma once
|
||
|
|
#include "sodium/crypto_hash_sha512.h"
|
||
|
|
#include "sodium/crypto_hash_sha256.h"
|
||
|
|
#include_next "sodium.h"
|