summaryrefslogtreecommitdiff
path: root/src/skey/sha1.h
blob: c7764e80888793870c29bd6f66d942509f6b181e (plain)
1
2
3
4
5
6
7
8
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 */