|
Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|

Files | |
| image_pgm.hpp | |
| This file contains the declaration of the image_pgm class, which is used to read and write PGM images with various bit depths. | |
| image_portable.hpp | |
| This file defines the image_portable class, which is a base class for different image formats. | |
| image_ppm.hpp | |
| This header file defines the image_ppm class, which is derived from image_portable. | |
| ImageBase.hpp | |
| Base class containing some basic functionalities for images. | |