From 531ce003d7f94a0adebe6a1eaebdbcf087d69bae Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 9 May 2024 01:07:31 -0400 Subject: sha3.h: remove extraneous newline --- sha3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sha3.h') diff --git a/sha3.h b/sha3.h index 4d4ad8d..66956e0 100644 --- a/sha3.h +++ b/sha3.h @@ -841,7 +841,6 @@ _Bool hmac_sha3_512_absorb(hmac_sha3_t *ctx, const uint8_t *src, const size_t le */ void hmac_sha3_512_final(hmac_sha3_t *ctx, uint8_t mac[64]); - /** * @defgroup cshake cSHAKE * -- cgit v1.2.3