summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcryptographichash.h
Commit message (Expand)AuthorAgeFilesLines
* QtCore: clean up API removalsMarc Mutz2021-07-281-2/+2
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-1/+2
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-0/+10
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-1/+1
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-311-2/+11
* don't limit QCryptographicHash to 2^31 bytes of inputLars Knoll2020-02-101-1/+1
* QCryptographicHash: Add a static method to retrieve hash lengthMÃ¥rten Nordheim2018-04-101-0/+1
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-211-4/+20
* Make QCryptographicHash a Q_GADGET.Richard J. Moore2016-06-071-0/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-151-1/+5
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-091-1/+6
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix missing or improper include guard in headersSergio Ahumada2012-09-091-2/+2
* QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
* Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+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/+2
* 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/+84