summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcryptographichash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-211-19/+70
* QtCore: include mocsThiago Macieira2017-05-051-0/+4
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
* QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+20
|\
| * Compile fix: undefine types before defining themRalf Nolden2016-05-231-0/+20
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-151-0/+4
* Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Compile only the SHA-1 code into qdocThiago Macieira2013-02-231-17/+43
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-091-4/+93
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Add since 5.0 markers to new QCryptographicHash enums/functionsAlbert Astals Cid2012-06-141-4/+5
* Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
* SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
* Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-281-2/+13
* Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-2/+93
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-4/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-221-0/+23
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+200