PxCrypt v0.1
Encrypt data within an image
|
The PxCrypt
namespace is the main namespace through which all functionality of the PxCrypt library is accessed.
More...
Classes | |
class | DecodeError |
The DecodeError class is used to report errors during image decoding. More... | |
class | Decoder |
The Decoder class provides the means to skim and decrypt data from the color channels of an encoded image. More... | |
class | EncodeError |
The EncodeError class is used to report errors during image encoding. More... | |
class | Encoder |
The Encoder class provides serialization of binary data to portions of an arbitrary image's color channels. More... | |
All library features are nested within this namespace in a similar vein as std
with the C++ Standard Library.