diff options
| author | ame <[email protected]> | 2024-02-28 11:29:45 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-28 11:29:45 -0600 |
| commit | 3d583677802859b77fac96170b5c7fe81c99cf58 (patch) | |
| tree | 61c841992c9a567353a9d28f9f5955efb6720be3 /src/hash | |
| parent | 559556dc6cb4bd025da4b6855f54162baab9b249 (diff) | |
todo: merge recv full and file parsing
Diffstat (limited to 'src/hash')
| -rw-r--r-- | src/hash/adler.h | 4 |
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 |
