summaryrefslogtreecommitdiffstats
path: root/chksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'chksum.h')
-rw-r--r--chksum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chksum.h b/chksum.h
index 6eb68588..089d784e 100644
--- a/chksum.h
+++ b/chksum.h
@@ -29,4 +29,6 @@ val sha256_stream(val stream, val nbytes, val buf);
val sha256(val obj, val buf);
val crc32_stream(val stream, val nbytes);
val crc32(val obj);
+val md5_stream(val stream, val nbytes, val buf);
+val md5(val obj, val buf_in);
void chksum_init(void);