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