Documentation
qCryptographicHash :: Algorithm -> IO (QCryptographicHash ()) #
qCryptographicHash_nf :: Algorithm -> IO (QCryptographicHash ()) #
qCryptographicHashHash :: (QByteArray t1, Algorithm) -> IO (QByteArray ()) #
qCryptographicHash_delete :: QCryptographicHash a -> IO () #
Orphan instances
Qresult (QCryptographicHash a) () (IO (QByteArray ())) # | |
result :: QCryptographicHash a -> () -> IO (QByteArray ()) # | |
Qreset (QCryptographicHash a) () (IO ()) # | |
reset :: QCryptographicHash a -> () -> IO () # | |
QaddData (QCryptographicHash a) (QIODevice t1) (IO Bool) # | |
addData :: QCryptographicHash a -> QIODevice t1 -> IO Bool # | |
QaddData (QCryptographicHash a) (QByteArray t1) (IO ()) # | |
addData :: QCryptographicHash a -> QByteArray t1 -> IO () # | |
QaddData (QCryptographicHash a) (String, Int) (IO ()) # | |
addData :: QCryptographicHash a -> (String, Int) -> IO () # |