diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:18:47 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:18:47 +0100 |
| commit | 094bdf46112d7c05854f80d96665d8e46d266a23 (patch) | |
| tree | 53d241ab0c35c9033819980429c236e63334f0dd /test.c | |
| parent | Update e-mail (diff) | |
| download | libkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.gz libkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.bz2 libkeccak-094bdf46112d7c05854f80d96665d8e46d266a23.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | test.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |
