Files
Ivan Grokhotkov 3b3802923e crypto: add more SHA implementations
Co-authored-by: Maksim Naumenko <maksim.naumenko@espressif.com>
Co-authored-by: Harshal Patil <harshal.patil@espressif.com>
2025-02-26 07:41:37 +01:00

13 lines
277 B
C

/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
#ifndef SHA512_256_I_H
#define SHA512_256_I_H
#include "qemu/osdep.h"
#include "sha512_i.h"
void sha512_256_init(struct sha512_state *md);
#endif /* SHA512_256_I_H */