summaryrefslogblamecommitdiff
path: root/src/common/md5calc.h
blob: 740e2edccf2ae6588069fbc21e1b85fa1954e29e (plain) (tree)
1
2
3
4
5
6
7
8

                        
 


                                                             
 
                             
#ifndef COMMON_MD5CALC_H
#define COMMON_MD5CALC_H

void MD5_String(const char * string, char * output);
void MD5_Binary(const char * string, unsigned char * output);
void MD5_Salt(unsigned int len, char * output);

#endif /* COMMON_MD5CALC_H */