OVMS3-idf/components/libsodium/port_include/sodium/crypto_auth_hmacsha256.h

7 lines
175 B
C
Raw Normal View History

/* Shim needed to make sure the mbedTLS-specific
sha256 header is included */
#pragma once
#include "crypto_hash_sha256.h"
#include_next "sodium/crypto_auth_hmacsha256.h"