Revision 94a665f54073ca3d36785be2a4e55c5f979d9890 authored by Matthias J. Kannwischer on 04 February 2025, 06:54:36 UTC, committed by GitHub on 04 February 2025, 06:54:36 UTC
Added hash profiling to SHA3/SHAKE implementation.
crypto_hashblocks_sha512.h
// SPDX-License-Identifier: Apache-2.0 or CC0-1.0
#ifndef CRYPTO_HASHBLOCKS_SHA512_H
#define CRYPTO_HASHBLOCKS_SHA512_H
int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,
unsigned long long inlen);
#endif

Computing file changes ...