-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Riccardo edited this page Apr 27, 2016
·
12 revisions
QtCryptoHash is a lightweight Qt C++ library providing a way to calculate some of the cryptographic hashes not supported by the QCryptographicHash class of the Qt library.
- Supports Tiger-192, RipeMD-160 and Whirlpool algorithms
- Simple interface, identical to the QCryptographicHash class, but renamed QCryptoHash
- Works with Qt 5.x
- Supports MSVC, MinGW, GCC and Clang
For a full description of the API that QtCryptoHash offers, see the API Reference.
Copyright © 2015 - 2016 @rikyoz