From 94a4e5332a68b079a63932229fc3e1774ffaf498 Mon Sep 17 00:00:00 2001 From: Thomas Florian Date: Tue, 19 Jul 2022 23:12:04 +0200 Subject: [PATCH] docs: update comment of V3 --- Implementierung/lib/md2_impls/md2_3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Implementierung/lib/md2_impls/md2_3.h b/Implementierung/lib/md2_impls/md2_3.h index 8d1ff1f..0f3671e 100644 --- a/Implementierung/lib/md2_impls/md2_3.h +++ b/Implementierung/lib/md2_impls/md2_3.h @@ -9,13 +9,13 @@ #include #include #include -#include q +#include /** - * @brief This implementation loads the file in bits and not at once + * @brief Diese Implementierung benutzt Threads zum Berechnen des Hashs * - * @param _ unused - * @param filename name of the file to load + * @param len + * @param buf * @param out */ void md2_hash_3(size_t len, const uint8_t buf[len], uint8_t out[16]);