From 2278df1493e064c197913e49b5d1935942d83448 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 6 May 2025 16:57:32 -0700 Subject: initial import --- include/md5.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/md5.h (limited to 'include/md5.h') 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 *); -- cgit v1.2.3