]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/md4.h
CrackEngine.h pulls in ChainWalkSet.h through transitive dependencies, so RainbowCrac...
[freerainbowtables] / Common / rt api / md4.h
index 249ebcd54b31f67b4b4c477fc7a1610c1739982b..0049e37f3173963d876e4991a9ed3cfc52030d64 100644 (file)
@@ -1,8 +1,34 @@
+/*
+ * freerainbowtables is a project for generating, distributing, and using
+ * perfect rainbow tables
+ *
+ * Copyright Bitweasil
+ * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>
+ * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
+ *
+ * This file is part of freerainbowtables.
+ *
+ * freerainbowtables is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * freerainbowtables is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with freerainbowtables.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef MD4_H
 #define MD4_H
 
 #include "global.h"
 
+#define MD4_DIGEST_LENGTH 16
+
 //Main function
 void MD4_NEW( unsigned char * buf, int len, unsigned char * pDigest);