summaryrefslogtreecommitdiff
path: root/src/skey/sha1.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 17:13:49 -0300
committerPerberos <[email protected]>2011-11-06 17:13:49 -0300
commit13e6e4ab1290cda9426eaedfeda70f7491b6b083 (patch)
tree2b9b2e1eac4cc6a161bea6f2197de4513ff1ddf7 /src/skey/sha1.h
downloadmate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.bz2
mate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.xz
initial
Diffstat (limited to 'src/skey/sha1.h')
-rw-r--r--src/skey/sha1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skey/sha1.h b/src/skey/sha1.h
new file mode 100644
index 0000000..7feed07
--- /dev/null
+++ b/src/skey/sha1.h
@@ -0,0 +1,9 @@
+#ifndef _SHA1_H
+#define _SHA1_H
+
+#include <glib.h>
+
+int SHA1Keycrunch(char *result, const char *seed, const char *passphrase);
+void SHA1SKey(char *x);
+
+#endif /* _SHA1_H */