aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-09 01:07:31 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-09 01:07:31 -0400
commit531ce003d7f94a0adebe6a1eaebdbcf087d69bae (patch)
tree2748c95078f0792a74d0a7ee551740a3a2f68c20
parent4573438cc5d180ce38bfee3f649b7813fa030e71 (diff)
downloadsha3-531ce003d7f94a0adebe6a1eaebdbcf087d69bae.tar.bz2
sha3-531ce003d7f94a0adebe6a1eaebdbcf087d69bae.zip
sha3.h: remove extraneous newline
-rw-r--r--sha3.h1
1 files changed, 0 insertions, 1 deletions
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
*