X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fmd4.cpp;h=d5a071b953753ff2ebf126a59c5f7df9eb71f7fc;hb=7a1030772df696d2c07dc98c89a673a742ee5f64;hp=c4d6c38c5e04355e8087966b472895d5c66461d2;hpb=34d45455d0dd177b42c968c8b20290d6f428cd07;p=freerainbowtables diff --git a/Common/rt api/md4.cpp b/Common/rt api/md4.cpp index c4d6c38..d5a071b 100644 --- a/Common/rt api/md4.cpp +++ b/Common/rt api/md4.cpp @@ -1,3 +1,27 @@ +/* + * freerainbowtables is a project for generating, distributing, and using + * perfect rainbow tables + * + * Copyright Bitweasil + * Copyright 2009, 2010 Daniël Niggebrugge + * Copyright 2009, 2010, 2011 James Nobis + * + * 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 . + */ + /* * This code implements the MD4 message-digest algorithm. * "Just the reference implementation, single stage. Hardly "optimized." Though a good bit faster than libssl's MD4, as it isn't doing nearly the same amount of work." - Bitweasil @@ -5,7 +29,6 @@ * little bit optimized (or at least attempted) for NTLM (unicode) by neinbrucke */ - //#include #include #include "md4.h"