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

6 lines
174 B
C
Raw Normal View History

/* Shim needed to make sure the mbedTLS-specific
sha512 header is included */
#pragma once
#include "crypto_hash_sha512.h"
#include_next "sodium/crypto_auth_hmacsha512.h"