aboutsummaryrefslogtreecommitdiffstats
path: root/libblake.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-06 15:49:36 +0200
committerMattias Andrée <maandree@kth.se>2023-07-06 15:49:36 +0200
commitf6c20826c7389485dfc4c80509452aa6ec57c147 (patch)
tree0317de7302980f15b819aad57236c0c75df5d7e5 /libblake.h
parentUse predefined macros to figure out endianness (diff)
downloadlibblake-f6c20826c7389485dfc4c80509452aa6ec57c147.tar.gz
libblake-f6c20826c7389485dfc4c80509452aa6ec57c147.tar.bz2
libblake-f6c20826c7389485dfc4c80509452aa6ec57c147.tar.xz
m doc fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libblake.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libblake.h b/libblake.h
index a3a0341..1335486 100644
--- a/libblake.h
+++ b/libblake.h
@@ -870,8 +870,8 @@ libblake_blake2s_update(struct libblake_blake2s_state *state, const void *data,
* has been reached
*
* Unlike `libblake_blake2s_update`, this function
- * will all input data if `len` is a multiple of
- * 64, however the application must make sure that
+ * will process all input data if `len` is a multiple
+ * of 64, however the application must make sure that
* there is more data to process
*
* @param state The state of the hash function
@@ -971,8 +971,8 @@ libblake_blake2b_update(struct libblake_blake2b_state *state, const void *data,
* has been reached
*
* Unlike `libblake_blake2b_update`, this function
- * will all input data if `len` is a multiple of
- * 128, however the application must make sure that
+ * will processes all input data if `len` is a multiple
+ * of 128, however the application must make sure that
* there is more data to process
*
* @param state The state of the hash function