summaryrefslogtreecommitdiffstats
path: root/src/shared/util.h
blob: e9530a8cf4497bb0c32f46fbdff62bc26ae85505 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * util.h
 *
 *  Created on: 30.01.2013
 *      Author: sr
 */

#ifndef UTIL_H_
#define UTIL_H_

#include <QByteArray>

QByteArray genSha1(const QByteArray* a, const QByteArray* b = nullptr, const QByteArray* c = nullptr, const QByteArray* d = nullptr, const QByteArray* e = nullptr);

#endif /* UTIL_H_ */