]> git.sesse.net Git - freerainbowtables/blob - Client Applications/rcracki_mt/md4.h
add 2011 (C)
[freerainbowtables] / Client Applications / rcracki_mt / md4.h
1 /*\r
2  * rcracki_mt is a multithreaded implementation and fork of the original \r
3  * RainbowCrack\r
4  *\r
5  * Copyright Bitweasil\r
6  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>\r
7  * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>\r
8  *\r
9  * This file is part of rcracki_mt.\r
10  *\r
11  * rcracki_mt is free software: you can redistribute it and/or modify\r
12  * it under the terms of the GNU General Public License as published by\r
13  * the Free Software Foundation, either version 2 of the License, or\r
14  * (at your option) any later version.\r
15  *\r
16  * rcracki_mt is distributed in the hope that it will be useful,\r
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
19  * GNU General Public License for more details.\r
20  *\r
21  * You should have received a copy of the GNU General Public License\r
22  * along with rcracki_mt.  If not, see <http://www.gnu.org/licenses/>.\r
23  */\r
24 \r
25 #ifndef MD4_H\r
26 #define MD4_H\r
27 \r
28 #include "global.h"\r
29 \r
30 #define MD4_DIGEST_LENGTH 16\r
31 \r
32 //Main function\r
33 void MD4_NEW( unsigned char * buf, int len, unsigned char * pDigest);\r
34 \r
35 #endif /* !MD4_H */\r