Replace sha2 with QCryptographicHash

This commit is contained in:
Jonas Kvinge
2018-12-02 19:12:27 +01:00
parent d97d0fe359
commit 2d8f30c40a
7 changed files with 1 additions and 714 deletions

View File

@@ -79,7 +79,6 @@ QByteArray Hmac(const QByteArray &key, const QByteArray &data, HashFunction algo
QByteArray HmacMd5(const QByteArray &key, const QByteArray &data);
QByteArray HmacSha256(const QByteArray &key, const QByteArray &data);
QByteArray HmacSha1(const QByteArray &key, const QByteArray &data);
QByteArray Sha256(const QByteArray &data);
QByteArray Sha1File(QFile &file);
QByteArray Sha1CoverHash(const QString &artist, const QString &album);