diff options
Diffstat (limited to 'src/skey/sha1.h')
-rw-r--r-- | src/skey/sha1.h | 9 |
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 */ |