From f305ea71e507936ee44c3c0bdf144902b4f705ff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 4 Sep 2024 21:59:03 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libhashsum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libhashsum.h b/libhashsum.h index 777176b..a0836b8 100644 --- a/libhashsum.h +++ b/libhashsum.h @@ -1260,7 +1260,7 @@ int libhashsum_init_blake_hasher(struct libhashsum_hasher *this, size_t hashbits * @since 1.0 */ LIBHASHSUM_1_NONNULL_ -int libhashsum_init_blake2s_hasher(struct libhashsum_hasher *this, size_t hashbits, const void *salt, /* TODO man, test */ +int libhashsum_init_blake2s_hasher(struct libhashsum_hasher *this, size_t hashbits, const void *salt, /* TODO man */ const void *pepper, const void *key, size_t keybits); /** @@ -1286,7 +1286,7 @@ int libhashsum_init_blake2s_hasher(struct libhashsum_hasher *this, size_t hashbi * @since 1.0 */ LIBHASHSUM_1_NONNULL_ -int libhashsum_init_blake2b_hasher(struct libhashsum_hasher *this, size_t hashbits, const void *salt, /* TODO man, test */ +int libhashsum_init_blake2b_hasher(struct libhashsum_hasher *this, size_t hashbits, const void *salt, /* TODO man */ const void *pepper, const void *key, size_t keybits); -- cgit v1.2.3-70-g09d2