aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-12 20:40:13 +0200
committerMattias Andrée <maandree@kth.se>2024-09-12 20:40:13 +0200
commit3cc1f0ebc488bc8a0fb3b14846be3511af93c368 (patch)
tree8010fd47d551b0fcbf604ba1fd1639406a23fbcc /libhashsum.h
parentAdd libhashsum_init_keccak_hasher2 (diff)
downloadlibhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.gz
libhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.bz2
libhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.xz
Add libhashsum_init_keccak_hasher2.31.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum.h')
-rw-r--r--libhashsum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhashsum.h b/libhashsum.h
index b57493e..cdd6d00 100644
--- a/libhashsum.h
+++ b/libhashsum.h
@@ -1087,7 +1087,7 @@ int libhashsum_init_keccak_hasher(struct libhashsum_hasher *this, size_t ratebit
* @since 1.1
*/
LIBHASHSUM_NONNULL_
-int libhashsum_init_keccak_hasher2(struct libhashsum_hasher *this, const struct libhashsum_keccak_params *params); /* TODO man, test */
+int libhashsum_init_keccak_hasher2(struct libhashsum_hasher *this, const struct libhashsum_keccak_params *params); /* TODO test */
/**
* Create an initialised state for SHA3-224