fileformat/checkSha1.h
Go to the documentation of this file.
00001 #ifndef CHECKSHA1_H
00002 #define CHECKSHA1_H
00003 
00004 #include "DataTypes/RawData.h"
00005 
00006 bool checkSha1(const RawData& data, const QByteArray& hash);
00007 
00008 #endif