6#include <QCryptographicHash>
35const int META_PIXELS = 2;
37const int MAGIC_SIZE = MAGIC_NUM.
size();
38const int CHECKSUM_SIZE =
sizeof(quint32);
39const int TAG_LENGTH_SIZE =
sizeof(quint16);
40const int PAYLOAD_LENGTH_SIZE =
sizeof(quint32);
41const int HEADER_BYTES = MAGIC_SIZE +
46static inline const QByteArray DEFAULT_SEED =
"The best and most secure seed that is possible to exist!"_ba;
49quint64 calcMaxPayloadBits(
const QSize& dim, quint16 tagSize, quint8 bpc);
50quint64 calcMaxPayloadBytes(
const QSize& dim, quint16 tagSize, quint8 bpc);
51QImage standardizeImage(
const QImage& img);
The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is...
Definition decode_error.cpp:5
qsizetype size() const const