aboutsummaryrefslogtreecommitdiffstats
path: root/update.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:21:06 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:21:06 +0200
commit2b417525c4eb152bb6f5c4bb845c3c0ecccd456e (patch)
tree5ec474f9aff7656e393ce1a2c32473ba99daa772 /update.c
parentInline the output size functions (diff)
downloadlibsha2-2b417525c4eb152bb6f5c4bb845c3c0ecccd456e.tar.gz
libsha2-2b417525c4eb152bb6f5c4bb845c3c0ecccd456e.tar.bz2
libsha2-2b417525c4eb152bb6f5c4bb845c3c0ecccd456e.tar.xz
Remove documentation from .c files that already exist in .h files
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'update.c')
-rw-r--r--update.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/update.c b/update.c
index dc78248..8d0610d 100644
--- a/update.c
+++ b/update.c
@@ -2,13 +2,6 @@
#include "common.h"
-/**
- * Absorb more of the message
- *
- * @param state The hashing state
- * @param message The message, in bits, must be equivalent to 0 modulus 8
- * @param msglen The length of the message
- */
void
libsha2_update(struct libsha2_state *restrict state, const void *restrict message_, size_t msglen)
{