gatuno-terminal/src/skey/sha1.h

10 lines
176 B
C
Raw Normal View History

2011-11-06 14:13:49 -06:00
#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 */