Skip to content
  • Elvis Angelaccio's avatar
    Improve checksums calculation · fefce76c
    Elvis Angelaccio authored
    Summary:
    1. Compute also the MD5 in another thread (useful if the archive is huge)
    2. Drop the member QByteArray. If the archive is huge this could be bad on
       systems with low amount of RAM. QCryptographicHash accepts a QIODevice, so we
       can just read the file three times.
    
    Differential Revision: D2123
    fefce76c