Skip to content
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.

Features

  • 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

API

For a full description of the API that QtCryptoHash offers, see the API Reference.

QtCryptoHash

Getting Started

API Reference

Clone this wiki locally