summaryrefslogtreecommitdiff
path: root/include/md5.h
diff options
context:
space:
mode:
authordaniel <daniel@planethacker.net>2025-05-06 16:57:32 -0700
committerdaniel <daniel@planethacker.net>2025-05-06 16:57:32 -0700
commit2278df1493e064c197913e49b5d1935942d83448 (patch)
tree42f06ab2f76e2ddf228bafbb03f79621975a4534 /include/md5.h
initial import
Diffstat (limited to 'include/md5.h')
-rw-r--r--include/md5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/md5.h b/include/md5.h
new file mode 100644
index 0000000..dedb0d1
--- /dev/null
+++ b/include/md5.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#define MD5_DIGEST_LENGTH 16
+#define MD5_TOO_LARGE "TOOLARGETOHASH"
+
+char *md5_digest_file(const char *);