summaryrefslogtreecommitdiff
path: root/src/skey/md5.h
blob: 3129f99fa01663b8fcca545ae392eef5a69d6398 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MD5_H
#define MD5_H

#include <glib.h>

int  MD5Keycrunch(char *result, const char *seed, const char *passhrase);
void MD5SKey(char *x);

#endif /* !MD5_H */