PxCrypt v0.1
Encrypt data within an image
Loading...
Searching...
No Matches
_internal.h
1#ifndef _INTERNAL_H
2#define _INTERNAL_H
3
4// Qt Includes
5#include <QSize>
6
7// Shared Library Support
8#include "pxcrypt/pxcrypt_codec_export.h"
9
11namespace _PxCrypt
12{
13//-Namespace Functions-------------------------------------------------------------------------------------------------
14PXCRYPT_CODEC_EXPORT quint64 calculateMaximumPayloadBits(const QSize& dim, quint16 tagSize, quint8 bpc);
15}
18#endif // _INTERNAL_H