From 094bdf46112d7c05854f80d96665d8e46d266a23 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:18:47 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkeccak.h') diff --git a/libkeccak.h b/libkeccak.h index 4d8507c..c1bc177 100644 --- a/libkeccak.h +++ b/libkeccak.h @@ -155,7 +155,7 @@ libkeccak_zerocopy_chunksize(struct libkeccak_state *state) * Absorb more of the message to the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -197,7 +197,7 @@ int libkeccak_update(struct libkeccak_state *restrict, const void *restrict, siz * Absorb the last part of the message and squeeze the Keccak sponge * without copying the data to an internal buffer * - * It is safe run zero-copy functions before non-zero-copy + * It is safe to run zero-copy functions before non-zero-copy * functions for the same state, running zero-copy functions * after non-zero-copy functions on the other hand can * cause the message to be misread @@ -205,7 +205,7 @@ int libkeccak_update(struct libkeccak_state *restrict, const void *restrict, siz * @param state The hashing state * @param msg The rest of the message; will be edited; extra memory * shall be allocated such that `suffix` and a 10*1 pad (which - * is at least 2 bits long) can be added in a why the makes it's + * is at least 2 bits long) can be added in a way that makes its * length a multiple of `libkeccak_zerocopy_chunksize(state)` * @param msglen The length of the partial message * @param bits The number of bits at the end of the message not covered by `msglen` -- cgit v1.2.3-70-g09d2