mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
add warning about the custom hash algorithm
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
06f0b03f01
commit
522ea7cca1
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ QCryptographicHashPrivate::~QCryptographicHashPrivate()
|
||||||
or text data.
|
or text data.
|
||||||
|
|
||||||
Currently MD5, SHA-1, SHA-256, SHA-512 and custom one are supported.
|
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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Add table
Reference in a new issue