6 #include "quachecksum32.h"
19 quint32
calculate(
const QByteArray &data);
22 void update(
const QByteArray &buf);
quint32 calculate(const QByteArray &data)
Calculates the checksum for data.
Definition: quaadler32.cpp:10
void reset()
Resets the calculation on a checksun for a stream.
Definition: quaadler32.cpp:15
Adler32 checksum.
Definition: quaadler32.h:13
void update(const QByteArray &buf)
Updates the calculated checksum for the stream.
Definition: quaadler32.cpp:20
quint32 value()
Value of the checksum calculated for the stream passed throw update().
Definition: quaadler32.cpp:25
Checksum interface.
Definition: quachecksum32.h:28