RIPEMD-160 hashing function for Qt
-
Is there a built in function in Qt to generate a RIPEMD-160 hash of a QString or a QByteArray?
-
@Infinity said in RIPEMD-160 hashing function for Qt:
I found a library.
would you mind sharing what you ended up using? For the benefit of any other forum user...
-
@Infinity said in RIPEMD-160 hashing function for Qt:
I found a library.
would you mind sharing what you ended up using? For the benefit of any other forum user...
@Pablo-J-Rogina said in RIPEMD-160 hashing function for Qt:
would you mind sharing what you ended up using? For the benefit of any other forum user...
I found this library:
https://github.com/rikyoz/QtCryptoHash
It works very well.