summaryrefslogtreecommitdiff
path: root/src/skey/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skey/md5.h')
-rw-r--r--src/skey/md5.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skey/md5.h b/src/skey/md5.h
new file mode 100644
index 0000000..3129f99
--- /dev/null
+++ b/src/skey/md5.h
@@ -0,0 +1,9 @@
+#ifndef MD5_H
+#define MD5_H
+
+#include <glib.h>
+
+int MD5Keycrunch(char *result, const char *seed, const char *passhrase);
+void MD5SKey(char *x);
+
+#endif /* !MD5_H */