]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/fast_md5.h
add 2011 (C)
[freerainbowtables] / Client Applications / rcracki_mt / fast_md5.h
index 47549f7636fb23440828b98182fbab463210cd57..e7fc79e83ad922946de0ac0bbed93d4222405d4f 100644 (file)
@@ -11,9 +11,9 @@
  *  - Padding is done on 4-byte words, and memory copied as last resort.
  * 
  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>
- * Copyright 2009, 2010 James Nobis <frt@quelrod.net>
+ * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
  *
- * This file is part of racrcki_mt.
+ * This file is part of rcracki_mt.
  *
  * rcracki_mt is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@
  * along with rcracki_mt.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-
 #ifndef FAST_MD5_H
 #define FAST_MD5_H
 
@@ -37,8 +36,6 @@
 
 #define MD5_DIGEST_LENGTH 16
 
-void
-fast_MD5(unsigned char *pData, int len, unsigned char *pDigest);
-
+void fast_MD5(unsigned char *pData, int len, unsigned char *pDigest);
 
 #endif // FAST_MD5_H