aboutsummaryrefslogtreecommitdiff
path: root/src/hash
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-28 11:29:45 -0600
committerame <[email protected]>2024-02-28 11:29:45 -0600
commit22fa21a5dcfe077a69bb4d940945fdd66429627b (patch)
tree61c841992c9a567353a9d28f9f5955efb6720be3 /src/hash
parent2cc619311a5a14d79b9736ecdac4357986fdea92 (diff)
todo: merge recv full and file parsing
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/adler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hash/adler.h b/src/hash/adler.h
index 747fe19..3bd8925 100644
--- a/src/hash/adler.h
+++ b/src/hash/adler.h
@@ -1,8 +1,8 @@
#include "../lua.h"
#include <stdint.h>
-/**
- * calculates a adler hash of (len) bytes
+/*!
+ * \brief calculates a adler hash of (len) bytes
*
* @param {uint8_t*} input bytes
* @param {size_t} input length