aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:18:47 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:18:47 +0100
commit094bdf46112d7c05854f80d96665d8e46d266a23 (patch)
tree53d241ab0c35c9033819980429c236e63334f0dd /test.c
parentUpdate e-mail (diff)
downloadlibkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.gz
libkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.bz2
libkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/test.c
index a564395..9851645 100644
--- a/test.c
+++ b/test.c
@@ -1070,8 +1070,8 @@ test_update(void)
* @param fast_squeezes The number of fast squeezes to perform
* @param squeezes The number of extra squeezes to perform in total
* @param fast_digest Whether `libkeccak_digest` should do a fast squeeze rather than a slow squeeze
- * @param hashsum A buffer in which we can used to store the binary hashsum
- * @param hexsum A buffer in which we can used to store the hexadecimal hashsum
+ * @param hashsum A buffer in which we can use to store the binary hashsum
+ * @param hexsum A buffer in which we can use to store the hexadecimal hashsum
* @param expected_answer The hashum we expect, must be in lowercase hexadecimal
* @return Zero on success, -1 on error
*/