summaryrefslogtreecommitdiff
path: root/src/skey/sha1.h
blob: 7feed07ba307c2009590bdf4a863ef0f5b7ac395 (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 */