docs: update comment of V3

This commit is contained in:
Thomas Florian 2022-07-19 23:12:04 +02:00
parent 8d171fe0c6
commit 94a4e5332a

View file

@ -9,13 +9,13 @@
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h>q #include <unistd.h>
/** /**
* @brief This implementation loads the file in bits and not at once * @brief Diese Implementierung benutzt Threads zum Berechnen des Hashs
* *
* @param _ unused * @param len
* @param filename name of the file to load * @param buf
* @param out * @param out
*/ */
void md2_hash_3(size_t len, const uint8_t buf[len], uint8_t out[16]); void md2_hash_3(size_t len, const uint8_t buf[len], uint8_t out[16]);