add warning about the custom hash algorithm

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-03-14 00:04:32 +02:00
parent 06f0b03f01
commit 522ea7cca1

View file

@ -78,6 +78,10 @@ QCryptographicHashPrivate::~QCryptographicHashPrivate()
or text data.
Currently MD5, SHA-1, SHA-256, SHA-512 and custom one are supported.
\warning The custom algorithm will not produce same result from the static
and the incremental methods. Use either to compute hash sums with this
algorithm.
*/
/*!